summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Slachta2015-01-15 12:03:44 +0000
committerJiri Slachta2015-01-15 12:03:44 +0000
commita865846118818cbeee6ac24d04df9dddef78bff0 (patch)
treee37c8f0124f6a44f82b521196036eee8f5f72758
parent8e7620e0e3299ab4ad98c0f442e8bbb9ad884809 (diff)
downloadtelephony-a865846118818cbeee6ac24d04df9dddef78bff0.tar.gz
kamailio-4.x: fix install/module macro
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
-rw-r--r--net/kamailio-4.x/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/kamailio-4.x/Makefile b/net/kamailio-4.x/Makefile
index 7b09911..c9be05d 100644
--- a/net/kamailio-4.x/Makefile
+++ b/net/kamailio-4.x/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=kamailio4
PKG_VERSION:=4.2.2
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE_URL:=http://www.kamailio.org/pub/kamailio/$(PKG_VERSION)/src/
PKG_SOURCE:=kamailio-$(PKG_VERSION)$(PKG_VARIANT)_src.tar.gz
@@ -83,7 +83,7 @@ endef
define Package/kamailio4/install/module
$(INSTALL_DIR) $(1)/usr/lib/kamailio/modules
- $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/kamailio/modules/*$(2).so* $(1)/usr/lib/kamailio/modules/
+ $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/kamailio/modules/$(2).so* $(1)/usr/lib/kamailio/modules/
endef
define BuildKamailio4Module