summary refs log tree commit diff
path: root/pkgs/applications/graphics
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
parent1c43ab8b17a9882c54dbb664d10a2e2813e1ed9c (diff)
downloadnixpkgs-607b018dbb24d7783e3981023edce85912ae70a7.tar
nixpkgs-607b018dbb24d7783e3981023edce85912ae70a7.tar.gz
nixpkgs-607b018dbb24d7783e3981023edce85912ae70a7.tar.bz2
nixpkgs-607b018dbb24d7783e3981023edce85912ae70a7.tar.lz
nixpkgs-607b018dbb24d7783e3981023edce85912ae70a7.tar.xz
nixpkgs-607b018dbb24d7783e3981023edce85912ae70a7.tar.zst
nixpkgs-607b018dbb24d7783e3981023edce85912ae70a7.zip
Fix XFig installation
svn path=/nixpkgs/trunk/; revision=15526
Diffstat (limited to 'pkgs/applications/graphics')
-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 3f3f2d7649a..4d3cc6335bf 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() {