From e2e89e2f53ec0156ffaa64068974a088768a63d4 Mon Sep 17 00:00:00 2001 From: rhatto Date: Mon, 13 Nov 2006 00:29:04 +0000 Subject: fixed slackbuilrc evaluation in a lot of scripts git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@618 370017ae-e619-0410-ac65-c121f96126d4 --- shfs/shfs.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shfs') diff --git a/shfs/shfs.SlackBuild b/shfs/shfs.SlackBuild index 5e2e5a6e..a042baad 100755 --- a/shfs/shfs.SlackBuild +++ b/shfs/shfs.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 -- cgit v1.2.3