aboutsummaryrefslogtreecommitdiff
path: root/icecast
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-11-13 00:29:04 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-11-13 00:29:04 +0000
commite2e89e2f53ec0156ffaa64068974a088768a63d4 (patch)
treefb8c712a49fb78b06fe20943d72e2f46996740c4 /icecast
parent0d8850a26790a809f9c5cc75eca53ad4cb5f527a (diff)
downloadslackbuilds-e2e89e2f53ec0156ffaa64068974a088768a63d4.tar.gz
slackbuilds-e2e89e2f53ec0156ffaa64068974a088768a63d4.tar.bz2
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
Diffstat (limited to 'icecast')
-rwxr-xr-xicecast/icecast.SlackBuild8
-rwxr-xr-xicecast/ices.SlackBuild4
2 files changed, 6 insertions, 6 deletions
diff --git a/icecast/icecast.SlackBuild b/icecast/icecast.SlackBuild
index 52739afe..7ab9e4fa 100755
--- a/icecast/icecast.SlackBuild
+++ b/icecast/icecast.SlackBuild
@@ -63,8 +63,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
PRGNAM=icecast
@@ -81,8 +81,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
if [ "$ARCH" == "x86_64" ]; then
diff --git a/icecast/ices.SlackBuild b/icecast/ices.SlackBuild
index c4f7d25d..18a6d1d8 100755
--- a/icecast/ices.SlackBuild
+++ b/icecast/ices.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