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() {
|
installPhase() {
|
||||||
make install
|
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
|
installPhase=installPhase
|
||||||
|
Loading…
x
Reference in New Issue
Block a user