diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-11-04 11:29:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-11-20 10:27:29 +0000 |
commit | 3ac46603e570d3b5a737d3c7b137c50216cf24fc (patch) | |
tree | 0323080914dc01e91938a2e3bf8720bc4a779be8 /testing/ices | |
parent | 850d697a0c45eede5bc7dd17925cbccf6b8b85db (diff) | |
download | aports-3ac46603e570d3b5a737d3c7b137c50216cf24fc.tar.bz2 aports-3ac46603e570d3b5a737d3c7b137c50216cf24fc.tar.xz |
testing/ices: update layout
Diffstat (limited to 'testing/ices')
-rw-r--r-- | testing/ices/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/ices/APKBUILD b/testing/ices/APKBUILD index 59e19c8836..f12f9c974c 100644 --- a/testing/ices/APKBUILD +++ b/testing/ices/APKBUILD @@ -23,7 +23,8 @@ build() { --with-lame \ --with-vorbis \ --with-python \ - --with-perl + --with-perl \ + || return 1 make || return 1 } |