aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/graphics/xfig
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2009-05-10 10:43:18 +0000
committerMichael Raskin <7c6f434c@mail.ru>2009-05-10 10:43:18 +0000
commit607b018dbb24d7783e3981023edce85912ae70a7 (patch)
tree2c6e317d81b29d562db50509c5af4ae433d51c24 /pkgs/applications/graphics/xfig
parent1c43ab8b17a9882c54dbb664d10a2e2813e1ed9c (diff)
Fix XFig installation
svn path=/nixpkgs/trunk/; revision=15526
Diffstat (limited to 'pkgs/applications/graphics/xfig')
-rw-r--r--pkgs/applications/graphics/xfig/builder.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/xfig/builder.sh b/pkgs/applications/graphics/xfig/builder.sh
index 3f3f2d7649ae..4d3cc6335bfd 100644
--- a/pkgs/applications/graphics/xfig/builder.sh
+++ b/pkgs/applications/graphics/xfig/builder.sh
@@ -8,6 +8,8 @@ preBuild() {
cat Imakefile >> Imakefile.tmp
mv Imakefile.tmp Imakefile
xmkmf
+
+ sed -e 's@[$][$]m@-- &@g' -i Makefile
}
installPhase() {