diff options
author | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2014-01-20 15:25:26 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2014-01-20 15:25:26 +0100 |
commit | 972aeb13643a9da6e1781cb215877525bce800b8 (patch) | |
tree | cae7dcc28dd95bf3782321073b9a979c83494798 /main/wget/APKBUILD | |
parent | a7408a705f88a24d7bca55e6cdc407b3d7c406fe (diff) | |
download | aports-972aeb13643a9da6e1781cb215877525bce800b8.tar.bz2 aports-972aeb13643a9da6e1781cb215877525bce800b8.tar.xz |
main/wget: remove update_config_sub
Diffstat (limited to 'main/wget/APKBUILD')
-rw-r--r-- | main/wget/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/wget/APKBUILD b/main/wget/APKBUILD index b569a8f19..173736e21 100644 --- a/main/wget/APKBUILD +++ b/main/wget/APKBUILD @@ -18,7 +18,6 @@ source="ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz _builddir="$srcdir"/$pkgname-$pkgver prepare() { cd "$_builddir" - update_config_sub || return 1 for i in $source; do case $i in *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; |