diff options
Diffstat (limited to 'patches/php/php.SlackBuild')
-rwxr-xr-x | patches/php/php.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/php/php.SlackBuild b/patches/php/php.SlackBuild index 76265378..816f25d2 100755 --- a/patches/php/php.SlackBuild +++ b/patches/php/php.SlackBuild @@ -25,8 +25,8 @@ if [ -f "/etc/slackbuildrc" ]; then source /etc/slackbuildrc fi -if [ -f "~/.slackbuildrc" ]; then - source ~/.slackbuildrc +if [ -f "/root/.slackbuildrc" ]; then + source /root/.slackbuildrc fi PACKAGE="php" |