summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorV.Krishn <vkrishn4@gmail.com>2014-11-24 13:17:02 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-11-24 13:32:59 +0000
commitaed92b0b65ef0d785c114704e761144ea02c9559 (patch)
tree96d99de308eb6b9cef074373c0ca9488a7ced370
parent7b0c97d18d09d5506809218ea3e7b9006c1dc64f (diff)
downloadaports-aed92b0b65ef0d785c114704e761144ea02c9559.tar.bz2
aports-aed92b0b65ef0d785c114704e761144ea02c9559.tar.xz
testing/php-phalcon: minor build clean up
-rw-r--r--testing/php-phalcon/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php-phalcon/APKBUILD b/testing/php-phalcon/APKBUILD
index 0e735e410..c0e3af6b8 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() {