diff options
Diffstat (limited to 'e17/etk/etk.SlackBuild')
-rwxr-xr-x | e17/etk/etk.SlackBuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/e17/etk/etk.SlackBuild b/e17/etk/etk.SlackBuild index 3c96fa86..3b301b47 100755 --- a/e17/etk/etk.SlackBuild +++ b/e17/etk/etk.SlackBuild @@ -18,14 +18,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="etk" ARCH=${ARCH:=i486} |