[49274] trunk/dports/fuse/gmailfs/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Apr 6 05:36:33 PDT 2009


Revision: 49274
          http://trac.macports.org/changeset/49274
Author:   ryandesign at macports.org
Date:     2009-04-06 05:36:32 -0700 (Mon, 06 Apr 2009)
Log Message:
-----------
gmailfs: don't create a directory called "755"

Modified Paths:
--------------
    trunk/dports/fuse/gmailfs/Portfile

Modified: trunk/dports/fuse/gmailfs/Portfile
===================================================================
--- trunk/dports/fuse/gmailfs/Portfile	2009-04-06 12:33:03 UTC (rev 49273)
+++ trunk/dports/fuse/gmailfs/Portfile	2009-04-06 12:36:32 UTC (rev 49274)
@@ -40,9 +40,9 @@
 destroot.violate_mtree  yes
 
 destroot {
-    xinstall -d 755 -d ${destroot}${prefix}/share/${name}/
+    xinstall -m 755 -d ${destroot}${prefix}/share/${name}/
     xinstall -m 755 -W ${worksrcpath} gmailfs.py tests.py ${destroot}${prefix}/share/${name}
-    xinstall -d 755 -d ${destroot}/sbin/
+    xinstall -m 755 -d ${destroot}/sbin/
     xinstall -m 755 -W ${worksrcpath} mount.gmailfs ${destroot}/sbin/mount_gmailfs
 
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090406/18802f5c/attachment.html>


More information about the macports-changes mailing list