From a865846118818cbeee6ac24d04df9dddef78bff0 Mon Sep 17 00:00:00 2001 From: Jiri Slachta Date: Thu, 15 Jan 2015 13:03:44 +0100 Subject: [PATCH] kamailio-4.x: fix install/module macro Signed-off-by: Jiri Slachta --- net/kamailio-4.x/Makefile | 4 ++-- 1 file 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 -- 2.30.2