summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames An2016-04-19 15:34:27 -0400
committerJames An2016-04-19 15:34:27 -0400
commit4026a7081ad079a4ea70da98bf6e90678cebb25a (patch)
tree8273cf3ffc005e553d06b04f03a017650bef4046
parent4014583935000eacd39ebffb524d45fdca42f851 (diff)
downloadaur-4026a7081ad079a4ea70da98bf6e90678cebb25a.tar.gz
Restored php configuration file.
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e25ed5b82625..254e3ad172c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=drush-git
_pkgname=${pkgname%-git}
pkgver=9.0.0.alpha1.r64.g5f5f9cf
-pkgrel=1
+pkgrel=2
pkgdesc='The Drupal command-line shell, git version.'
arch=('any')
url="http://$_pkgname.org"
@@ -58,6 +58,7 @@ package() {
cd "$_pkgname"
install -Dm755 "$_pkgname.phar" "$pkgdir/usr/share/webapps/$_pkgname/$_pkgname.phar"
install -Dm644 "$_pkgname.complete.sh" "$pkgdir/usr/share/bash-completion/completions/$_pkgname"
+ install -Dm644 ../php.ini "$pkgdir/etc/php/conf.d/$_pkgname.ini"
install --directory "$pkgdir/usr/bin"
install --directory "$pkgdir/usr/share/doc/$_pkgname"
install --directory "$pkgdir/usr/share/webapps/$_pkgname/commands"