diff options
author | V.Krishn <vkrishn4@gmail.com> | 2014-11-24 13:17:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-11-24 13:32:59 +0000 |
commit | aed92b0b65ef0d785c114704e761144ea02c9559 (patch) | |
tree | 96d99de308eb6b9cef074373c0ca9488a7ced370 /testing | |
parent | 7b0c97d18d09d5506809218ea3e7b9006c1dc64f (diff) | |
download | aports-aed92b0b65ef0d785c114704e761144ea02c9559.tar.bz2 aports-aed92b0b65ef0d785c114704e761144ea02c9559.tar.xz |
testing/php-phalcon: minor build clean up
Diffstat (limited to 'testing')
-rw-r--r-- | testing/php-phalcon/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php-phalcon/APKBUILD b/testing/php-phalcon/APKBUILD index 0e735e4101..c0e3af6b84 100644 --- a/testing/php-phalcon/APKBUILD +++ b/testing/php-phalcon/APKBUILD @@ -30,7 +30,7 @@ prepare() { build() { cd "$_builddir/build" - source ./install + source ./install || return 1 } package() { |