Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory 
fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32578/10.4/unstable/main/finkinfo/editors

Modified Files:
        nano.info 
Log Message:
Using full path in my packages where possible.


Index: nano.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/nano.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- nano.info   22 Nov 2008 00:36:30 -0000      1.11
+++ nano.info   24 Dec 2008 17:05:07 -0000      1.12
@@ -35,11 +35,11 @@
  elif [ "%type_raw[nano]" == "." ]; then
   ./configure %c --enable-utf8 --enable-extra --enable-color 
--enable-multibuffer --enable-nanorc --enable-all
  fi
- make
+ /usr/bin/make
 <<
 InstallScript: <<
  #!/bin/sh -ev
- make install prefix=%i
+ /usr/bin/make install prefix=%i
  if [ "%type_raw[nano]" != "-small" ]; then
   /usr/bin/install -d -m 755 %i/etc
   /usr/bin/install -c -m 644 %b/doc/nanorc.sample %i/etc/nanorc


------------------------------------------------------------------------------
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to