diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-01-04 14:49:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-01-04 14:49:26 +0000 |
commit | 701ffade6e7d3910076fc9e13e39d61cde16e599 (patch) | |
tree | 4cf4c234b628563dad1c714819bdccfb049f264b /testing | |
parent | 18ac3a733ebb7bd433f5297fd83abc0b4097ff35 (diff) | |
download | aports-701ffade6e7d3910076fc9e13e39d61cde16e599.tar.bz2 aports-701ffade6e7d3910076fc9e13e39d61cde16e599.tar.xz |
testing/sipsak: do not exit from apkbuild
Diffstat (limited to 'testing')
-rw-r--r-- | testing/sipsak/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/sipsak/APKBUILD b/testing/sipsak/APKBUILD index 0a8742f448..afa5c1cf4d 100644 --- a/testing/sipsak/APKBUILD +++ b/testing/sipsak/APKBUILD @@ -18,7 +18,7 @@ _builddir="$srcdir"/$pkgname-$pkgver prepare() { cd "$_builddir" # apply patches here - exit 0 + return 0 } build() { |