[124351] trunk/dports/aqua/inkscape-app/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Aug 22 16:52:05 PDT 2014


Revision: 124351
          https://trac.macports.org/changeset/124351
Author:   ryandesign at macports.org
Date:     2014-08-22 16:52:05 -0700 (Fri, 22 Aug 2014)
Log Message:
-----------
inkscape-app: fix destroot failure on case-sensitive filesystems

Modified Paths:
--------------
    trunk/dports/aqua/inkscape-app/Portfile

Modified: trunk/dports/aqua/inkscape-app/Portfile
===================================================================
--- trunk/dports/aqua/inkscape-app/Portfile	2014-08-22 23:23:42 UTC (rev 124350)
+++ trunk/dports/aqua/inkscape-app/Portfile	2014-08-22 23:52:05 UTC (rev 124351)
@@ -44,7 +44,7 @@
     xinstall -m 644 ${worksrcpath}/Inkscape.icns ${inkapp}/Contents/Resources/
     xinstall -m 755 ${filespath}/Inkscape ${inkapp}/Contents/MacOS
 
-    reinplace -W ${inkapp}/Contents/MacOs "s,@@PREFIX@@,${prefix},g" Inkscape
+    reinplace -W ${inkapp}/Contents/MacOS "s,@@PREFIX@@,${prefix},g" Inkscape
 }
 
 livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140822/ec59aa21/attachment.html>


More information about the macports-changes mailing list