summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAbdo Roig-Maranges2016-11-09 19:35:11 +0100
committerAbdo Roig-Maranges2016-11-09 19:35:11 +0100
commitd5b77674e0da3f11551103490f822b4d8a00aac2 (patch)
tree03953f0753182057954151fe8824c4fbacde38d6 /PKGBUILD
parentc0bb1aa18dc4a91a6e1ad0a8749f263f6db7ca66 (diff)
downloadaur-d5b77674e0da3f11551103490f822b4d8a00aac2.tar.gz
need to create the directory first
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be5660b1bdbd..3b21b59d662d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -55,6 +55,7 @@ package() {
# manual page
install -D "${srcdir}/extempore/docs/_build/man/extempore.1" "${pkgdir}/usr/share/man/man1/extempore.1"
+ install -d "${pkgdir}/usr/bin"
ln -s /opt/extempore/extempore "${pkgdir}/usr/bin/extempore"
}