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

François Charette francois at archlinux.org
Sun Sep 14 20:17:38 UTC 2008


    Date: Sunday, September 14, 2008 @ 16:17:37
  Author: francois
Revision: 12502

fix permissions of scripts

Modified:
  texlive-langextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-09-14 20:15:52 UTC (rev 12501)
+++ PKGBUILD	2008-09-14 20:17:37 UTC (rev 12502)
@@ -2,7 +2,7 @@
 
 pkgname=texlive-langextra
 pkgver=2008.9736
-pkgrel=1
+pkgrel=2
 pkgdesc="TeX Live - Bundle of all extra language support"
 license=('GPL')
 arch=('i686' 'x86_64')
@@ -24,4 +24,5 @@
    install -m755 -d $startdir/pkg/usr/share || return 1
    find texmf* -type d -exec install -d -m755 $startdir/pkg/usr/share/'{}' \; || exit 1
    find texmf* -type f -exec install -m644 '{}' $startdir/pkg/usr/share/'{}' \; || exit 1
+   chmod a+x $startdir/pkg/usr/share/texmf-dist/scripts/bengali/ebong.py
 }




More information about the arch-commits mailing list