diff options
Diffstat (limited to 'patches/php')
-rwxr-xr-x | patches/php/php-pgsql.SlackBuild | 4 | ||||
-rwxr-xr-x | patches/php/php.SlackBuild | 4 | ||||
-rwxr-xr-x | patches/php/php4-snapshot.SlackBuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/patches/php/php-pgsql.SlackBuild b/patches/php/php-pgsql.SlackBuild index 181e100b..04dfeb23 100755 --- a/patches/php/php-pgsql.SlackBuild +++ b/patches/php/php-pgsql.SlackBuild @@ -26,8 +26,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" 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" diff --git a/patches/php/php4-snapshot.SlackBuild b/patches/php/php4-snapshot.SlackBuild index b33775cc..cfd1f06f 100755 --- a/patches/php/php4-snapshot.SlackBuild +++ b/patches/php/php4-snapshot.SlackBuild @@ -26,8 +26,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" |