aboutsummaryrefslogtreecommitdiff
path: root/patches/php/php-pgsql.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'patches/php/php-pgsql.SlackBuild')
-rwxr-xr-xpatches/php/php-pgsql.SlackBuild4
1 files changed, 2 insertions, 2 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"