diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2016-02-06 22:33:30 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-07 15:06:56 +0700 |
commit | e4d8630f015b066bec294f5f3ac8ec59f530e021 (patch) | |
tree | b7f8778d5bfdfded2f21e38838670f5395de50dc /development | |
parent | ecb897c178decb7adcc45323ecab6e894d1992a6 (diff) | |
download | slackbuilds-e4d8630f015b066bec294f5f3ac8ec59f530e021.tar.gz |
development/ming: Fix php ini file location.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/ming/doinst.sh | 2 | ||||
-rw-r--r-- | development/ming/ming.SlackBuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/development/ming/doinst.sh b/development/ming/doinst.sh index 3f7b1b6cc8..7fb1b2e5f4 100644 --- a/development/ming/doinst.sh +++ b/development/ming/doinst.sh @@ -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 diff --git a/development/ming/ming.SlackBuild b/development/ming/ming.SlackBuild index 5eda48ed0e..9a69453518 100644 --- a/development/ming/ming.SlackBuild +++ b/development/ming/ming.SlackBuild @@ -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 |