diff options
Diffstat (limited to 'avahi')
-rwxr-xr-x | avahi/avahi.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/avahi/avahi.SlackBuild b/avahi/avahi.SlackBuild index 9fc2c186..56b6ee35 100755 --- a/avahi/avahi.SlackBuild +++ b/avahi/avahi.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 |