[arch-commits] Commit in texlive-htmlxml/trunk (PKGBUILD)
François Charette
francois at archlinux.org
Thu Sep 11 13:37:32 UTC 2008
Date: Thursday, September 11, 2008 @ 09:37:32
Author: francois
Revision: 12189
install texmf-dist only
Modified:
texlive-htmlxml/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-09-11 13:35:46 UTC (rev 12188)
+++ PKGBUILD 2008-09-11 13:37:32 UTC (rev 12189)
@@ -20,6 +20,7 @@
lzma --force -dc $p | tar xf - || return 1
done
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
+ 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
}
More information about the arch-commits
mailing list