diff options
Diffstat (limited to 'patches/python/python.SlackBuild')
-rwxr-xr-x | patches/python/python.SlackBuild | 4 |
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" |