1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

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() {