Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv27400

Modified Files:
        ntfs-3g.info 
Log Message:
New upstream version and fix building as nobody.


Index: ntfs-3g.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/ntfs-3g.info,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- ntfs-3g.info        10 Mar 2010 20:28:31 -0000      1.29
+++ ntfs-3g.info        31 Aug 2010 22:47:38 -0000      1.30
@@ -1,9 +1,9 @@
 Package: ntfs-3g
-Version: 2010.3.6
+Version: 2010.8.8
 Revision: 1
 
 Source: http://tuxera.com/opensource/%n-%v.tgz
-Source-MD5: 12ce21aa044c6068a4df6e8cbd3c5cfa
+Source-MD5: 6c109746c2708f679725a2ea441c61c6
 
 BuildDepends: fink (>= 0.24.12), fuse-dev (>= 2.0-1), pkgconfig
 
@@ -18,12 +18,13 @@
 
 InstallScript: <<
        make install DESTDIR=%d
-       /usr/sbin/chown root:wheel %i/bin/ntfs-3g*
-# Can't be suid anymore
-#      /bin/chmod u+s %i/bin/ntfs-3g
        /bin/rm -rf %i/lib %i/include
 <<
 
+# Using chown in InstallScript breaks with --build-as-nobody
+# so do it here instead.
+PostInstScript: /usr/sbin/chown root:wheel %p/bin/ntfs-3g*
+
 DocFiles: AUTHORS ChangeLog COPYING COPYING.LIB CREDITS INSTALL NEWS README
 
 Description: FUSE NTFS filesystem


------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to