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 --- openexr/openexr.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openexr') diff --git a/openexr/openexr.SlackBuild b/openexr/openexr.SlackBuild index bf5f886b..a93d9167 100755 --- a/openexr/openexr.SlackBuild +++ b/openexr/openexr.SlackBuild @@ -22,8 +22,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