aboutsummaryrefslogtreecommitdiff
path: root/libtheora
diff options
context:
space:
mode:
Diffstat (limited to 'libtheora')
-rwxr-xr-xlibtheora/libtheora.SlackBuild4
1 files changed, 2 insertions, 2 deletions
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"