aboutsummaryrefslogtreecommitdiff
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)
downloadalpine_aports-aed92b0b65ef0d785c114704e761144ea02c9559.tar.bz2
alpine_aports-aed92b0b65ef0d785c114704e761144ea02c9559.tar.xz
alpine_aports-aed92b0b65ef0d785c114704e761144ea02c9559.zip
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 0e735e4101..c0e3af6b84 100644
--- a/testing/php-phalcon/APKBUILD
+++ b/testing/php-phalcon/APKBUILD
@@ -30,7 +30,7 @@ prepare() {
30 30
31build() { 31build() {
32 cd "$_builddir/build" 32 cd "$_builddir/build"
33 source ./install 33 source ./install || return 1
34} 34}
35 35
36package() { 36package() {