diff options
-rw-r--r-- | testing/ngrep/APKBUILD | 2 | ||||
-rw-r--r-- | testing/qpage/APKBUILD | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/testing/ngrep/APKBUILD b/testing/ngrep/APKBUILD index cf7ec7f1ac..67d6253d1e 100644 --- a/testing/ngrep/APKBUILD +++ b/testing/ngrep/APKBUILD @@ -13,9 +13,7 @@ makedepends="$depends_dev" install="" subpackages="" source="http://downloads.sourceforge.net/sourceforge/ngrep/$pkgname-$pkgver.tar.bz2" - _builddir="$srcdir"/$pkgname-$pkgver - build() { cd "$_builddir" ./configure --prefix=/usr \ diff --git a/testing/qpage/APKBUILD b/testing/qpage/APKBUILD index 21e85e16d5..4b5523fa1b 100644 --- a/testing/qpage/APKBUILD +++ b/testing/qpage/APKBUILD @@ -25,7 +25,6 @@ prepare() { esac done } - build() { cd "$_builddir" cp -f "$srcdir"/config.input "$_builddir" || return 1 |