diff options
Diffstat (limited to 'sympa')
| -rwxr-xr-x | sympa/sympa.SlackBuild | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/sympa/sympa.SlackBuild b/sympa/sympa.SlackBuild index cc40c79b..36c5ec81 100755 --- a/sympa/sympa.SlackBuild +++ b/sympa/sympa.SlackBuild @@ -35,8 +35,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  | 
