diff options
Diffstat (limited to 'main/icecast/APKBUILD')
-rw-r--r-- | main/icecast/APKBUILD | 1 |
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 } |