Fix the makefile

svn path=/nixpkgs/branches/stdenv-updates/; revision=24816
This commit is contained in:
Michael Raskin 2010-11-22 23:16:05 +00:00
parent 6af8a1debd
commit 293704a6f8

View File

@ -3,6 +3,7 @@ installFlags="PREFIX=$out"
preBuild() {
cp Makefile.def Makefile
sed -i GNUmakefile -e 's/compress %/%/g'
}
postInstall() {