diff options
Diffstat (limited to 'patches/mozilla-firefox/mozilla-firefox.SlackBuild')
-rwxr-xr-x | patches/mozilla-firefox/mozilla-firefox.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/mozilla-firefox/mozilla-firefox.SlackBuild b/patches/mozilla-firefox/mozilla-firefox.SlackBuild index 6d697e4b..df39e52c 100755 --- a/patches/mozilla-firefox/mozilla-firefox.SlackBuild +++ b/patches/mozilla-firefox/mozilla-firefox.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 |