[59604] trunk/dports/tex/luatex/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Oct 17 13:52:49 PDT 2009


Revision: 59604
          http://trac.macports.org/changeset/59604
Author:   ryandesign at macports.org
Date:     2009-10-17 13:52:47 -0700 (Sat, 17 Oct 2009)
Log Message:
-----------
luatex: install luatex as a symlink to texlua; hardlinks get lost during the install phase and turn into full copies

Modified Paths:
--------------
    trunk/dports/tex/luatex/Portfile

Modified: trunk/dports/tex/luatex/Portfile
===================================================================
--- trunk/dports/tex/luatex/Portfile	2009-10-17 20:52:00 UTC (rev 59603)
+++ trunk/dports/tex/luatex/Portfile	2009-10-17 20:52:47 UTC (rev 59604)
@@ -5,6 +5,7 @@
 
 name                luatex
 version             0.43.0
+revision            1
 categories          tex
 maintainers         gundla.ch:patrick
 description         LuaTeX
@@ -30,5 +31,5 @@
 build.target
 destroot {
     xinstall -m 755 ${worksrcpath}/build/texk/web2c/luatex ${destroot}${prefix}/bin
-    ln  ${destroot}${prefix}/bin/luatex  ${destroot}${prefix}/bin/texlua
+    ln -s luatex ${destroot}${prefix}/bin/texlua
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091017/cee276e1/attachment.html>


More information about the macports-changes mailing list