Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/base
In directory sc8-pr-cvs17:/tmp/cvs-serv3332/10.4/unstable/main/finkinfo/base

Modified Files:
        debconf.info 
Log Message:
not compatible with make-3.81 so force use of apple's /usr/bin/make


Index: debconf.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/base/debconf.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- debconf.info        19 Jun 2007 18:38:49 -0000      1.4
+++ debconf.info        28 Jun 2007 14:16:17 -0000      1.5
@@ -10,7 +10,7 @@
 PatchScript: sed 's|@FINKPREFIX@|%p|g' < %a/%n.patch | patch -p1
 TarFilesRename: debconf/debconf$:debconf/debconf.tmp
 #UpdatePOD: true
-CompileScript: echo "Nothing to see here..." && set -e && make
+CompileScript: echo "Nothing to see here..." && set -e && /usr/bin/make
 
 InstallScript: <<
 #!/bin/sh -ev
@@ -20,9 +20,9 @@
   mkdir -p %i/etc/apt/apt.conf.d
   cp debian/apt.conf %i/etc/apt/apt.conf.d/70debconf
 
-  make install prefix=%i install-utils
-  make install prefix=%i install-i18n
-  make install prefix=%i install-rest
+  /usr/bin/make install prefix=%i install-utils
+  /usr/bin/make install prefix=%i install-i18n
+  /usr/bin/make install prefix=%i install-rest
 
   # Ok, move debconf to its correct name
   mv %i/bin/debconf.tmp %i/bin/debconf


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to