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

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


    Date: Sunday, September 14, 2008 @ 16:15:52
  Author: francois
Revision: 12501

fix permissions of scripts

Modified:
  texlive-htmlxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-09-14 20:13:16 UTC (rev 12500)
+++ PKGBUILD	2008-09-14 20:15:52 UTC (rev 12501)
@@ -2,7 +2,7 @@
 
 pkgname=texlive-htmlxml
 pkgver=2008.10385
-pkgrel=1
+pkgrel=2
 pkgdesc="TeX Live - Packages to convert LaTeX to XML/HTML, and typeset XML/SGML"
 license=('GPL')
 arch=('i686' 'x86_64')
@@ -22,5 +22,5 @@
    install -m755 -d $startdir/pkg/usr/share || return 1
    find texmf-dist -type d -exec install -d -m755 $startdir/pkg/usr/share/'{}' \; || exit 1
    find texmf-dist -type f -exec install -m644 '{}' $startdir/pkg/usr/share/'{}' \; || exit 1
-   # remove scripts already provided by texlive-bin
+   find $startdir/pkg/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \; || return 1
 }




More information about the arch-commits mailing list