diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-09-30 06:50:11 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-09-30 06:50:11 +0000 |
commit | 3cbacc3c5e414a58ae215445519eb46db4921e08 (patch) | |
tree | fdda868b3483e251d6dd9c91f429ae094f093b45 /main/vde2 | |
parent | d48c529a8295229678d40751772417ef08a681f4 (diff) | |
download | aports-3cbacc3c5e414a58ae215445519eb46db4921e08.tar.bz2 aports-3cbacc3c5e414a58ae215445519eb46db4921e08.tar.xz |
main/[various]: update config.sub
Diffstat (limited to 'main/vde2')
-rw-r--r-- | main/vde2/APKBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/vde2/APKBUILD b/main/vde2/APKBUILD index e0ec787878..fe6509124d 100644 --- a/main/vde2/APKBUILD +++ b/main/vde2/APKBUILD @@ -17,6 +17,11 @@ source="http://downloads.sourceforge.net/project/vde/vde2/$pkgver/vde2-$pkgver.t _builddir="$srcdir"/$pkgname-$pkgver +prepare() { + cd "$_builddir" + update_config_sub || return 1 +} + build() { cd "$_builddir" ./configure \ |