[arch-commits] Commit in texlive-bin/trunk (PKGBUILD)

François Charette francois at archlinux.org
Mon Oct 12 10:06:31 UTC 2009


    Date: Monday, October 12, 2009 @ 06:06:31
  Author: francois
Revision: 55236

remove the symlinking for texlua that went astray (but keep the corrected ones)

Modified:
  texlive-bin/trunk/PKGBUILD

----------+
 PKGBUILD |    2 --
 1 file changed, 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-12 09:52:19 UTC (rev 55235)
+++ PKGBUILD	2009-10-12 10:06:31 UTC (rev 55236)
@@ -131,8 +131,6 @@
    ## install luatex binary
    install -d -m755 $pkgdir/usr/bin || return 1
    install -m755 texk/web2c/luatex $pkgdir/usr/bin/ || return 1
-   /bin/ln -s $pkgdir/usr/bin/luatex texlua || return 1
-   /bin/ln -s $pkgdir/usr/bin/luatexc texluac || return 1
    ln -s luatex ${pkgdir}/usr/bin/texlua || return 1
    ln -s luatexc ${pkgdir}/usr/bin/texluac || return 1
    cd ../.. 




More information about the arch-commits mailing list