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 --- libtheora/libtheora.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libtheora/libtheora.SlackBuild') diff --git a/libtheora/libtheora.SlackBuild b/libtheora/libtheora.SlackBuild index 4c2f3e72..0924c170 100755 --- a/libtheora/libtheora.SlackBuild +++ b/libtheora/libtheora.SlackBuild @@ -15,8 +15,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 PACKAGE="libtheora" -- cgit v1.2.3