From ecb897c178decb7adcc45323ecab6e894d1992a6 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Sat, 6 Feb 2016 22:31:39 +0100 Subject: development/ioncube-loader: Fix php ini file location. Signed-off-by: Heinz Wiesinger --- development/ioncube-loader/doinst.sh | 2 +- development/ioncube-loader/ioncube-loader.SlackBuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'development/ioncube-loader') diff --git a/development/ioncube-loader/doinst.sh b/development/ioncube-loader/doinst.sh index 7dd6884f39..871e8a2c03 100644 --- a/development/ioncube-loader/doinst.sh +++ b/development/ioncube-loader/doinst.sh @@ -11,4 +11,4 @@ config() { # Otherwise, we leave the .new copy for the admin to consider... } -config etc/php/20ioncube.ini.new +config etc/php.d/20ioncube.ini.new diff --git a/development/ioncube-loader/ioncube-loader.SlackBuild b/development/ioncube-loader/ioncube-loader.SlackBuild index 8ee5230a95..ade2da9265 100644 --- a/development/ioncube-loader/ioncube-loader.SlackBuild +++ b/development/ioncube-loader/ioncube-loader.SlackBuild @@ -66,8 +66,8 @@ chown -R root:root . mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/php/extensions install -m 0755 ioncube_loader_lin_5.4_ts.so $PKG/usr/lib${LIBDIRSUFFIX}/php/extensions -mkdir -p $PKG/etc/php -cat $CWD/ioncube${LIBDIRSUFFIX}.ini > $PKG/etc/php/20ioncube.ini.new +mkdir -p $PKG/etc/php.d +cat $CWD/ioncube${LIBDIRSUFFIX}.ini > $PKG/etc/php.d/20ioncube.ini.new mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a LICENSE.txt README.txt USER-GUIDE.txt $PKG/usr/doc/$PRGNAM-$VERSION -- cgit v1.2.3