development/ming: Fix php ini file location.

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2016-02-06 22:33:30 +01:00 committed by Willy Sudiarto Raharjo
parent ecb897c178
commit e4d8630f01
2 changed files with 2 additions and 2 deletions

View File

@ -11,5 +11,5 @@ config() {
# Otherwise, we leave the .new copy for the admin to consider...
}
config etc/php/ming.ini.new
config etc/php.d/ming.ini.new

View File

@ -97,7 +97,7 @@ make install DESTDIR=$PKG
#cd -
# Install config file for PHP.
#install -D -m 644 $CWD/ming.ini $PKG/etc/php/ming.ini.new
#install -D -m 644 $CWD/ming.ini $PKG/etc/php.d/ming.ini.new
cd py_ext
python setup.py install --root=$PKG