development/ming: Fix php ini file location.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
ecb897c178
commit
e4d8630f01
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue