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

Modified Files:
        nano-cur.info 
Log Message:
New upstream version.


Index: nano-cur.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/nano-cur.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- nano-cur.info       29 Sep 2008 16:43:52 -0000      1.1
+++ nano-cur.info       31 Oct 2008 19:32:09 -0000      1.2
@@ -1,5 +1,5 @@
 Package: nano-cur
-Version: 2.1.5
+Version: 2.1.6
 Revision: 1001
 Description: Free Pico clone with some new features (dev)
 License: GPL
@@ -9,10 +9,10 @@
 Replaces: nano-unstable, nano-small, nano-noutf8, nano
 Conflicts: nano-unstable, nano-small, nano-noutf8, nano
 Source: http://www.nano-editor.org/dist/v2.1/nano-%v.tar.gz
-Source-MD5: 4ac9336251e42d51d68ffceba3fa00be
+Source-MD5: e460a15e5bb7b2eb1a74e4e45b2a7fa8
 ConfigureParams: --enable-extra --enable-color --enable-multibuffer 
--enable-nanorc --enable-all --disable-dependency-tracking --enable-utf8
 InstallScript: <<
- make install prefix=%i
+ /usr/bin/make install prefix=%i
  /usr/bin/install -d -m 755 %i/etc
  /usr/bin/install -c -m 644 %b/doc/nanorc.sample %i/etc/nanorc
 <<
@@ -27,19 +27,19 @@
 PostInstScript: <<
  set -e
  if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then
-  update-alternatives --install %p/bin/editor editor %p/bin/nano 70 \
+  %p/sbin/update-alternatives --install %p/bin/editor editor %p/bin/nano 70 \
    --slave %p/share/man/man1/editor.1 editor.1 %p/share/man/man1/nano.1
-  update-alternatives --install %p/etc/editorrc editorrc %p/etc/nanorc 70
-  update-alternatives --install %p/bin/editor editor %p/bin/rnano 25 \
+  %p/sbin/update-alternatives --install %p/etc/editorrc editorrc %p/etc/nanorc 
70
+  %p/sbin/update-alternatives --install %p/bin/editor editor %p/bin/rnano 25 \
    --slave %p/share/man/man1/editor.1 editor.1 %p/share/man/man1/rnano.1
  fi
 <<
 PreRmScript: <<
  set -e
  if [ "$1" != "upgrade" ]; then
-  update-alternatives --remove editor %p/bin/nano
-  update-alternatives --remove editor %p/bin/rnano
-  update-alternatives --remove editorrc %p/etc/nanorc
+  %p/sbin/update-alternatives --remove editor %p/bin/nano
+  %p/sbin/update-alternatives --remove editor %p/bin/rnano
+  %p/sbin/update-alternatives --remove editorrc %p/etc/nanorc
  fi
 <<
 ConfFiles: %p/etc/nanorc


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to