aboutsummaryrefslogtreecommitdiff
path: root/speex
diff options
context:
space:
mode:
Diffstat (limited to 'speex')
-rwxr-xr-xspeex/speex.SlackBuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/speex/speex.SlackBuild b/speex/speex.SlackBuild
index ea840e06..b88cacc3 100755
--- a/speex/speex.SlackBuild
+++ b/speex/speex.SlackBuild
@@ -6,14 +6,12 @@
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
-
PACKAGE="speex"
VERSION=${VERSION:=1.0.5}
ARCH=${ARCH:=i486}