[103477] trunk/dports/lang/squirrel/Portfile

larryv at macports.org larryv at macports.org
Tue Feb 26 15:47:24 PST 2013


Revision: 103477
          https://trac.macports.org/changeset/103477
Author:   larryv at macports.org
Date:     2013-02-26 15:47:24 -0800 (Tue, 26 Feb 2013)
Log Message:
-----------
squirrel: Fix incorrect glob in destroot.

Modified Paths:
--------------
    trunk/dports/lang/squirrel/Portfile

Modified: trunk/dports/lang/squirrel/Portfile
===================================================================
--- trunk/dports/lang/squirrel/Portfile	2013-02-26 23:29:26 UTC (rev 103476)
+++ trunk/dports/lang/squirrel/Portfile	2013-02-26 23:47:24 UTC (rev 103477)
@@ -54,7 +54,7 @@
     copy ${worksrcpath}/samples ${destroot}${prefix}/share/doc/${name}/examples
     xinstall -m 644 -W ${worksrcpath}/lib libsqstdlib.a libsquirrel.a \
         ${destroot}${prefix}/lib
-    eval xinstall -m 644 -W ${worksrcpath}/include [glob *.h] \
+    eval xinstall -m 644 [glob ${worksrcpath}/include/*.h] \
         ${destroot}${prefix}/include
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130226/24edcc52/attachment.html>


More information about the macports-changes mailing list