From 9c3e267dd404d0827f6a20a9940b89aa9234eeb6 Mon Sep 17 00:00:00 2001 From: rudson Date: Wed, 15 Nov 2006 17:18:39 +0000 Subject: os ~/.slackbuilds git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@645 370017ae-e619-0410-ac65-c121f96126d4 --- patches/mozilla-firefox/mozilla-firefox.SlackBuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'patches/mozilla-firefox') diff --git a/patches/mozilla-firefox/mozilla-firefox.SlackBuild b/patches/mozilla-firefox/mozilla-firefox.SlackBuild index df39e52c..aa1fcd59 100755 --- a/patches/mozilla-firefox/mozilla-firefox.SlackBuild +++ b/patches/mozilla-firefox/mozilla-firefox.SlackBuild @@ -6,14 +6,12 @@ CWD="`pwd`" -if [ -f "/etc/slackbuildrc" ]; then +if [ -f ~/.slackbuildrc ]; then + source ~/.slackbuildrc +elif [ -f /etc/slackbuildrc ]; then source /etc/slackbuildrc fi -if [ -f "/root/.slackbuildrc" ]; then - source /root/.slackbuildrc -fi - # default settings PACKAGE="firefox" VERSION=${VERSION:=1.5.0.7} -- cgit v1.2.3