0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

put headerfiles in $out/include/pci, not in $out/include

svn path=/nixpkgs/trunk/; revision=4416
This commit is contained in:
Armijn Hemel 2005-12-23 15:14:56 +00:00
parent 4cbc035e47
commit b8e0c0bd99

View file

@ -2,8 +2,8 @@ source $stdenv/setup
postInstall() {
ensureDir $out/lib
ensureDir $out/include
cp lib/*.h $out/include
ensureDir $out/include/pci
cp lib/*.h $out/include/pci
cp lib/libpci.a $out/lib
}