Update of /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/utils
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30373

Modified Files:
        lesspipe.info 
Log Message:
Use correct path to magic file on 10.2, which is different from 10.3

Index: lesspipe.info
===================================================================
RCS file: /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/utils/lesspipe.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- lesspipe.info       18 Apr 2004 19:29:57 -0000      1.4
+++ lesspipe.info       24 Apr 2004 05:35:31 -0000      1.5
@@ -1,6 +1,6 @@
 Package: lesspipe
 Version: 1.41
-Revision: 3
+Revision: 4
 Source: ftp://ftp.ifh.de/pub/unix/utility/lesspipe.tar.gz
 SourceRename: %n-%v.tar.gz
 Source-MD5: a5e19e5cdcf67cbf275def4cb73c2a4a
@@ -31,7 +31,7 @@
 
 if [ \`file -v | /usr/bin/sed -n 's/file-\([0-9.]\).\([0-9]\)/\1\2/p'\` -lt 409 ]; 
then
     if [ -z "\$MAGIC" ]; then
-        MAGIC=%p/share/%n/magic:/usr/share/file/magic
+        MAGIC=%p/share/%n/magic:/private/etc/magic
     else
         prepend_path MAGIC %p/share/%n/magic
     fi
@@ -60,7 +60,7 @@
     if ( \$?MAGIC ) then
         prepend_path MAGIC %p/share/%n/magic
     else
-        setenv MAGIC %p/share/%n/magic:/usr/share/file/magic
+        setenv MAGIC %p/share/%n/magic:/private/etc/magic
     endif
 endif
  



-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to