From 240a9ed201ae367b02480b8774900d77519fcabb Mon Sep 17 00:00:00 2001 From: rhatto Date: Sat, 14 Apr 2007 20:56:46 +0000 Subject: icecast and icecast-kh update git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1177 370017ae-e619-0410-ac65-c121f96126d4 --- net/misc/icecast/icecast.SlackBuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'net/misc/icecast') 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 --- -- cgit v1.2.3