aboutsummaryrefslogtreecommitdiff
path: root/patches/fetchmail/fetchmail.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'patches/fetchmail/fetchmail.SlackBuild')
-rwxr-xr-xpatches/fetchmail/fetchmail.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/fetchmail/fetchmail.SlackBuild b/patches/fetchmail/fetchmail.SlackBuild
index e4953e7f..55f415ce 100755
--- a/patches/fetchmail/fetchmail.SlackBuild
+++ b/patches/fetchmail/fetchmail.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="fetchmail"