diff options
author | rudson <rudson@370017ae-e619-0410-ac65-c121f96126d4> | 2006-11-15 17:18:39 +0000 |
---|---|---|
committer | rudson <rudson@370017ae-e619-0410-ac65-c121f96126d4> | 2006-11-15 17:18:39 +0000 |
commit | 9c3e267dd404d0827f6a20a9940b89aa9234eeb6 (patch) | |
tree | 461a7b833f506b74b2f2d3ba23334303d6fb03da /nicotine | |
parent | 3a61615b70c5c5c1848102465c931a7fe498e11d (diff) | |
download | slackbuilds-9c3e267dd404d0827f6a20a9940b89aa9234eeb6.tar.gz slackbuilds-9c3e267dd404d0827f6a20a9940b89aa9234eeb6.tar.bz2 |
os ~/.slackbuilds
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@645 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'nicotine')
-rwxr-xr-x | nicotine/nicotine+.SlackBuild | 8 | ||||
-rwxr-xr-x | nicotine/nicotine.SlackBuild | 8 |
2 files changed, 6 insertions, 10 deletions
diff --git a/nicotine/nicotine+.SlackBuild b/nicotine/nicotine+.SlackBuild index 9b69a951..0da0eac9 100755 --- a/nicotine/nicotine+.SlackBuild +++ b/nicotine/nicotine+.SlackBuild @@ -5,14 +5,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="nicotine+" VERSION=${VERSION:=1.2.4.1} diff --git a/nicotine/nicotine.SlackBuild b/nicotine/nicotine.SlackBuild index 53561e2c..dbbd7f32 100755 --- a/nicotine/nicotine.SlackBuild +++ b/nicotine/nicotine.SlackBuild @@ -17,14 +17,12 @@ fi 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="nicotine" VERSION=${VERSION:=1.0.8} |