mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/php7-couchbase: fix conf.d path
This commit is contained in:
parent
cd204f2535
commit
cf22e66117
@ -25,8 +25,8 @@ build() {
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make INSTALL_ROOT="$pkgdir"/ install || return 1
|
||||
install -d "$pkgdir"/etc/php5/conf.d || return 1
|
||||
echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php5/conf.d/$_pkgreal.ini
|
||||
install -d "$pkgdir"/etc/php7/conf.d || return 1
|
||||
echo "extension=$_pkgreal.so" > "$pkgdir"/etc/php7/conf.d/$_pkgreal.ini
|
||||
}
|
||||
|
||||
md5sums="f58ee1596ade978832f033f2e1662579 php7-couchbase-2.2.3.tgz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user