forked from mirrors/nixpkgs
fix some compilation/installation issues with e2fsprogs.
svn path=/nixpkgs/trunk/; revision=6275
This commit is contained in:
parent
cdfc9e4b0c
commit
dfc8248073
|
@ -2,7 +2,14 @@ source $stdenv/setup
|
|||
|
||||
installPhase() {
|
||||
make install
|
||||
cd lib/uuid; make install
|
||||
# oh this is fugly and should actually be fixed in e2fsprogs
|
||||
ensureDir $out/man/man3
|
||||
make -C lib/blkid install
|
||||
make -C lib/e2p install
|
||||
make -C lib/et install
|
||||
make -C lib/ext2fs install
|
||||
make -C lib/ss install
|
||||
make -C lib/uuid install
|
||||
}
|
||||
|
||||
installPhase=installPhase
|
||||
|
|
Loading…
Reference in a new issue