summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Auditor2016-01-16 14:09:06 +0100
committerStefan Auditor2016-01-16 14:09:06 +0100
commit421eb90fb47b5843a078c2722168e02eaccde832 (patch)
treebeddcab7ec45afdc53413e55c4cc2cad2d097294 /PKGBUILD
parentd809f8e4268c56aef2d665fc887a0b31283e8d4d (diff)
downloadaur-421eb90fb47b5843a078c2722168e02eaccde832.tar.gz
Update to upstream version 8.0.2.r14.g30f88b2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe308e5a1dce..4be78d207b0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,10 +29,8 @@ build() {
package() {
cd "${_pkgname}"
-
+ install -D -m755 "${_pkgname}.phar" "${pkgdir}/usr/bin/${_pkgname}"
install -m644 "examples/example.aliases.drushrc.php" "${pkgdir}/etc/drush/aliases.drushrc.php"
install -m644 "examples/example.drush.ini" "${pkgdir}/etc/drush/drush.ini"
install -m644 "examples/example.drushrc.php" "${pkgdir}/etc/drush/drushrc.php"
-
- install -D -m755 "${_pkgname}.phar" "${pkgdir}/usr/bin/${_pkgname}"
}