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

François Charette francois at archlinux.org
Wed Oct 7 07:24:24 UTC 2009


    Date: Wednesday, October 7, 2009 @ 03:24:23
  Author: francois
Revision: 54191

fix texlua[c] symlinks (FS#16486)

Modified:
  texlive-bin/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-06 21:37:34 UTC (rev 54190)
+++ PKGBUILD	2009-10-07 07:24:23 UTC (rev 54191)
@@ -2,7 +2,7 @@
 
 pkgname=texlive-bin
 pkgver=2009.4
-pkgrel=1
+pkgrel=2
 pkgdesc="TeX Live binaries"
 license=('GPL')
 arch=('i686' 'x86_64')
@@ -121,6 +121,8 @@
    ## 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 texlua || return 1
    cd ../.. 
    ##################################
    # TODO don't forget to remove --disable-luatex below 




More information about the arch-commits mailing list