3
0
Fork 0
forked from mirrors/nixpkgs

Fix XFig installation

svn path=/nixpkgs/trunk/; revision=15526
This commit is contained in:
Michael Raskin 2009-05-10 10:43:18 +00:00
parent 1c43ab8b17
commit 607b018dbb

View file

@ -8,6 +8,8 @@ preBuild() {
cat Imakefile >> Imakefile.tmp
mv Imakefile.tmp Imakefile
xmkmf
sed -e 's@[$][$]m@-- &@g' -i Makefile
}
installPhase() {