[136009] trunk/dports/fuse/osxfuse/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat May 9 05:25:22 PDT 2015


Revision: 136009
          https://trac.macports.org/changeset/136009
Author:   ryandesign at macports.org
Date:     2015-05-09 05:25:22 -0700 (Sat, 09 May 2015)
Log Message:
-----------
osxfuse: use the .tmp directory MacPorts creates, rather than creating another one

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

Modified: trunk/dports/fuse/osxfuse/Portfile
===================================================================
--- trunk/dports/fuse/osxfuse/Portfile	2015-05-09 12:21:50 UTC (rev 136008)
+++ trunk/dports/fuse/osxfuse/Portfile	2015-05-09 12:25:22 UTC (rev 136009)
@@ -127,10 +127,7 @@
 patchfiles-append   patch-Xcode-6.3-6.4.diff
 
 post-patch {
-    # Perhaps the ports sandbox does not let us write to /tmp.
-    # For a quick and temporary fix use this reinplace.
-    file mkdir ${workpath}/tmp
-    reinplace "s,@@TMP@@,${workpath}/tmp,g" ${worksrcpath}/build.sh
+    reinplace "s,@@TMP@@,${workpath}/.tmp,g" ${worksrcpath}/build.sh
 
     # Only build the archs we want, not the hardcoded universal archs
     reinplace -E "s,@@ARCHS@@,[get_canonical_archs],g" ${worksrcpath}/build.sh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150509/dea8b77a/attachment-0001.html>


More information about the macports-changes mailing list