summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2016-11-19 11:17:51 +0100
committerXZS2016-11-19 11:22:22 +0100
commite1f6d4c6ebfe689fe266affedbba52407c1a4e0a (patch)
treeed7ba72106479f31fbca3b52ac8b4bff90187e06
parent0eceaf1398db77633d1456a709d6e5f9ce1ae991 (diff)
downloadaur-e1f6d4c6ebfe689fe266affedbba52407c1a4e0a.tar.gz
compress directory installation
The paths now share a longer common prefix, which Bash brace expansion can compact.
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c6d96ac1ac2..ada37c09b178 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,8 +32,7 @@ printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
package() {
cd "$_gitname"
- install -d $pkgdir/usr/bin
- install -d $pkgdir/usr/share/texmf/arch/tlpkg/TeXLive
+ install -d $pkgdir/usr/{bin,share/texmf/arch/tlpkg/TeXLive}
install -m755 tllocalmgr $pkgdir/usr/bin/
cd tlpkg/TeXLive
for _f in *; do