diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-10-09 11:26:48 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-10-09 11:26:48 +0000 |
commit | ec1c0313f0d4e9dc7cca19421c0f60ce084797b6 (patch) | |
tree | 027931a0772125d60ba3cf3a49bc7353ab40d938 /main/openobex/APKBUILD | |
parent | f90a26bb941beb6f8ce592d9a34515c26a55415d (diff) | |
download | aports-ec1c0313f0d4e9dc7cca19421c0f60ce084797b6.tar.bz2 aports-ec1c0313f0d4e9dc7cca19421c0f60ce084797b6.tar.xz |
main/[various]: update config.sub
Diffstat (limited to 'main/openobex/APKBUILD')
-rw-r--r-- | main/openobex/APKBUILD | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/main/openobex/APKBUILD b/main/openobex/APKBUILD index d784c4ccb5..bfdd3cc345 100644 --- a/main/openobex/APKBUILD +++ b/main/openobex/APKBUILD @@ -13,6 +13,12 @@ subpackages="$pkgname-dev libopenobex" source="http://downloads.sourceforge.net/project/openobex/openobex/$pkgver/openobex-$pkgver-Source.tar.gz" _builddir="$srcdir"/openobex-$pkgver-Source + +prepare() { + cd "$_builddir" + update_config_sub || return 1 +} + build() { cd "$_builddir" ./configure \ |