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