summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Auditor2016-01-16 14:05:06 +0100
committerStefan Auditor2016-01-16 14:05:06 +0100
commit8e6a9541016a8df575602a3940f2f9e4138833d9 (patch)
tree5cf9c1ab6328557ccc7922b4ab2f5c8612486eb4 /PKGBUILD
parent9ad0060717da766a6e28feaa081d1bff7734aa5d (diff)
downloadaur-8e6a9541016a8df575602a3940f2f9e4138833d9.tar.gz
Update to upstream version 8.0.2.r14.g30f88b2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e5ecd303eefa..72fc1ca2df6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,6 +34,6 @@ package() {
install -m644 "examples/example.drush.ini" "${pkgdir}/etc/${_pkgname}/drush.ini"
install -m644 "examples/example.drushrc.php" "${pkgdir}/etc/${_pkgname}/drushrc.php"
- install -D -m755 "${_pkgname}.phar" "${pkgdir}/usr/share/webapps/bin/${_pkgname}.phar"
+ install -D -m755 "${_pkgname}.phar" "${pkgdir}/usr/bin/${_pkgname}"
ln -s "/usr/share/webapps/bin/${_pkgname}.phar" "${pkgdir}/usr/bin/${_pkgname}"
}