aboutsummaryrefslogtreecommitdiff
path: root/net/misc
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2007-04-14 20:56:46 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2007-04-14 20:56:46 +0000
commit240a9ed201ae367b02480b8774900d77519fcabb (patch)
tree867700d025dfb93dd950d03fc78761fd5f93ffb1 /net/misc
parentef9b7be0a0665fbfb66131b8cff4accc11500a70 (diff)
downloadslackbuilds-240a9ed201ae367b02480b8774900d77519fcabb.tar.gz
slackbuilds-240a9ed201ae367b02480b8774900d77519fcabb.tar.bz2
icecast and icecast-kh update
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1177 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'net/misc')
-rwxr-xr-xnet/misc/icecast-kh/icecast-kh.SlackBuild6
-rwxr-xr-xnet/misc/icecast/icecast.SlackBuild5
2 files changed, 9 insertions, 2 deletions
diff --git a/net/misc/icecast-kh/icecast-kh.SlackBuild b/net/misc/icecast-kh/icecast-kh.SlackBuild
index 721ef4f6..f2e2fac7 100755
--- a/net/misc/icecast-kh/icecast-kh.SlackBuild
+++ b/net/misc/icecast-kh/icecast-kh.SlackBuild
@@ -178,7 +178,11 @@ make DESTDIR=$PKG install || exit $ERROR_INSTALL
# fi
mkdir -p $PKG/var/log/icecast
-(cd $PKG/usr/share/icecast/etc && patch -p0 < $CWD/icecast_conf.patch)
+
+if [ -f "$CWD/icecast_conf.patch" ]; then
+ (cd $PKG/usr/share/icecast/etc && patch -p0 < $CWD/icecast_conf.patch)
+ true
+fi
# --- DOCUMENTATION ---
diff --git a/net/misc/icecast/icecast.SlackBuild b/net/misc/icecast/icecast.SlackBuild
index 6c8711fe..471e863f 100755
--- a/net/misc/icecast/icecast.SlackBuild
+++ b/net/misc/icecast/icecast.SlackBuild
@@ -183,8 +183,11 @@ make DESTDIR=$PKG install || exit $ERROR_INSTALL
# fi
mkdir -p $PKG/var/log/icecast
-(cd $PKG/usr/share/icecast/etc && patch -p0 < $CWD/icecast_conf.patch)
+if [ -f "$CWD/icecast_conf.patch" ]; then
+ (cd $PKG/usr/share/icecast/etc && patch -p0 < $CWD/icecast_conf.patch)
+ true
+fi
# --- DOCUMENTATION ---