diff options
Diffstat (limited to 'main/libical/APKBUILD')
-rw-r--r-- | main/libical/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/libical/APKBUILD b/main/libical/APKBUILD index f900cc9000..38c2d87bfc 100644 --- a/main/libical/APKBUILD +++ b/main/libical/APKBUILD @@ -13,6 +13,7 @@ source="http://downloads.sourceforge.net/freeassociation/$pkgname-$pkgver.tar.gz prepare() { cd "$srcdir"/$pkgname-$pkgver + update_config_sub || return 1 for i in $source; do case $i in *.patch) |