mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/ioncube-loader: Fix php ini file location.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
4e8541c06f
commit
ecb897c178
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue