Revision
103477
Author
larryv@macports.org
Date
2013-02-26 15:47:24 -0800 (Tue, 26 Feb 2013)

Log Message

squirrel: Fix incorrect glob in destroot.

Modified Paths

Diff

Modified: trunk/dports/lang/squirrel/Portfile (103476 => 103477)


--- 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
 }