diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2011-11-27 20:42:38 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-12-03 14:49:18 -0600 |
commit | 0ed697af43ab4f242c24402d75ae431a7eda3da9 (patch) | |
tree | b16d89161b4560f8b88c09e0c9a45b2b5f85050a /testing | |
parent | 7f4e294e5c2a125c84b5e23c3b1751faf5512cb4 (diff) | |
download | aports-0ed697af43ab4f242c24402d75ae431a7eda3da9.tar.bz2 aports-0ed697af43ab4f242c24402d75ae431a7eda3da9.tar.xz |
arpon - Minor layout change
Diffstat (limited to 'testing')
-rw-r--r-- | testing/arpon/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/arpon/APKBUILD b/testing/arpon/APKBUILD index 52e1ae22a5..f7d391a965 100644 --- a/testing/arpon/APKBUILD +++ b/testing/arpon/APKBUILD @@ -17,7 +17,7 @@ _builddir="$srcdir"/ArpON-$pkgver build() { cd "$_builddir" - cmake . + cmake . make || return 1 } |