diff options
Diffstat (limited to 'gephex/gephex.SlackBuild')
-rwxr-xr-x | gephex/gephex.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gephex/gephex.SlackBuild b/gephex/gephex.SlackBuild index d3127c5d..83655d10 100755 --- a/gephex/gephex.SlackBuild +++ b/gephex/gephex.SlackBuild @@ -22,8 +22,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 |