aboutsummaryrefslogtreecommitdiffstats
path: root/main/icecast
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-10-09 11:26:48 +0000
committerTimo Teräs <timo.teras@iki.fi>2013-10-09 11:26:48 +0000
commitec1c0313f0d4e9dc7cca19421c0f60ce084797b6 (patch)
tree027931a0772125d60ba3cf3a49bc7353ab40d938 /main/icecast
parentf90a26bb941beb6f8ce592d9a34515c26a55415d (diff)
downloadaports-ec1c0313f0d4e9dc7cca19421c0f60ce084797b6.tar.bz2
aports-ec1c0313f0d4e9dc7cca19421c0f60ce084797b6.tar.xz
main/[various]: update config.sub
Diffstat (limited to 'main/icecast')
-rw-r--r--main/icecast/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/icecast/APKBUILD b/main/icecast/APKBUILD
index e562a03e1f..7ffae0b098 100644
--- a/main/icecast/APKBUILD
+++ b/main/icecast/APKBUILD
@@ -20,6 +20,7 @@ source="http://downloads.xiph.org/releases/$pkgname/$pkgname-$pkgver.tar.gz
prepare() {
cd "$srcdir"/$pkgname-$pkgver
+ update_config_sub || return 1
patch -p1 -i "$srcdir"/conf-change-owner.patch
}