diff options
Diffstat (limited to 'hashalot')
-rwxr-xr-x | hashalot/hashalot.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hashalot/hashalot.SlackBuild b/hashalot/hashalot.SlackBuild index 666bdc63..e9e7b64d 100755 --- a/hashalot/hashalot.SlackBuild +++ b/hashalot/hashalot.SlackBuild @@ -10,8 +10,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 # default settings |