From 607b018dbb24d7783e3981023edce85912ae70a7 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Sun, 10 May 2009 10:43:18 +0000 Subject: [PATCH] Fix XFig installation svn path=/nixpkgs/trunk/; revision=15526 --- pkgs/applications/graphics/xfig/builder.sh | 2 ++ 1 file changed, 2 insertions(+) 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() {