3
0
Fork 0
forked from mirrors/nixpkgs

Forgot to patch the config file to point to the right binaries.

svn path=/nixpkgs/trunk/; revision=8256
This commit is contained in:
Mart Kolthof 2007-03-08 14:06:56 +00:00
parent 02ea7e6c46
commit 0f19802139

View file

@ -1,3 +1,14 @@
diff -urN cil-1.3.6-orig/bin/CilConfig.pm.in cil-1.3.6/bin/CilConfig.pm.in
--- cil-1.3.6-orig/bin/CilConfig.pm.in 2007-02-05 22:10:29.000000000 +0100
+++ cil-1.3.6/bin/CilConfig.pm.in 2007-03-08 15:02:06.000000000 +0100
@@ -1,6 +1,6 @@
$::archos = "@ARCHOS@";
$::cc = "@CC@";
-$::cilhome = "@CILHOME@";
+$::cilhome = "@prefix@";
$::default_mode = "@DEFAULT_CIL_MODE@";
diff -urN cil-1.3.6-orig/Makefile.in cil-1.3.6/Makefile.in
--- cil-1.3.6-orig/Makefile.in 2007-02-05 22:10:29.000000000 +0100
+++ cil-1.3.6/Makefile.in 2007-03-05 15:10:31.000000000 +0100