aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2011-01-05 15:06:35 +0200
committerTed Trask <ttrask01@yahoo.com>2011-01-31 13:56:41 +0000
commit3f4b7c84dd1b82c853d4349fd7925a8996805679 (patch)
treecc399d2a127a5087eea535db6157bab7d292eea1
parent0d8b847a53fc631696566cd17399fe94c4f2178c (diff)
downloadaports-3f4b7c84dd1b82c853d4349fd7925a8996805679.tar.bz2
aports-3f4b7c84dd1b82c853d4349fd7925a8996805679.tar.xz
main/kamailio: fix makefile target to 'all'
(cherry picked from commit 9bf71cfe5752e1bf683164d1420cba9cfa51cd90)
-rw-r--r--main/kamailio/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/kamailio/APKBUILD b/main/kamailio/APKBUILD
index 46a1ac5930..17ae634475 100644
--- a/main/kamailio/APKBUILD
+++ b/main/kamailio/APKBUILD
@@ -76,7 +76,7 @@ build() {
DESTDIR="$pkgdir" \
cfg_prefix="$pkgdir" \
cfg
- make kamailio modules modules_k modules_s || return 1
+ make all || return 1
}
package() {