summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 88b7125490dc..3a2d7b3f2be5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=php-legacy-symlinks
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc='Symlinks PHP legacy binaries and configuration without the "legacy" suffix'
arch=('any')
depends=('php-legacy')
@@ -14,6 +14,10 @@ package() {
cd "$pkgdir/usr/bin/"
ln -s php-legacy php
+ install -dm755 "$pkgdir/usr/lib/"
+ cd "$pkgdir/usr/lib/"
+ ln -s php-legacy php
+
install -dm755 "$pkgdir/etc/"
cd "$pkgdir/etc/"
ln -s php-legacy php