aboutsummaryrefslogtreecommitdiff
path: root/patches/bin/bin.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'patches/bin/bin.SlackBuild')
-rwxr-xr-xpatches/bin/bin.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/bin/bin.SlackBuild b/patches/bin/bin.SlackBuild
index 3bd80d27..8961d06d 100755
--- a/patches/bin/bin.SlackBuild
+++ b/patches/bin/bin.SlackBuild
@@ -12,8 +12,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="bin"