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/obexd | |
parent | f90a26bb941beb6f8ce592d9a34515c26a55415d (diff) | |
download | aports-ec1c0313f0d4e9dc7cca19421c0f60ce084797b6.tar.bz2 aports-ec1c0313f0d4e9dc7cca19421c0f60ce084797b6.tar.xz |
main/[various]: update config.sub
Diffstat (limited to 'main/obexd')
-rw-r--r-- | main/obexd/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/obexd/APKBUILD b/main/obexd/APKBUILD index 53af098f7d..ab25b29b96 100644 --- a/main/obexd/APKBUILD +++ b/main/obexd/APKBUILD @@ -15,6 +15,7 @@ source="http://www.kernel.org/pub/linux/bluetooth/$pkgname-$pkgver.tar.bz2 prepare() { local i 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;; @@ -22,8 +23,7 @@ prepare() { done } -build () -{ +build() { cd "$srcdir"/$pkgname-$pkgver ./configure \ --build=$CBUILD \ |