diff options
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 59e19c883..f12f9c974 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 } |