kamailio-5.x: copy symbolic links instead of hard links
Currently three copies of every library are installed. Save space by installing symbolic links instead. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
parent
4cc2afdcdc
commit
c8a788a164
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ define Package/kamailio5/install
|
|||
$(PKG_INSTALL_DIR)/usr/sbin/kam{ailio,cmd,ctl,dbctl} \
|
||||
$(1)/usr/sbin/
|
||||
$(INSTALL_DIR) $(1)/usr/lib/kamailio/modules
|
||||
$(INSTALL_BIN) \
|
||||
$(CP) \
|
||||
$(PKG_INSTALL_DIR)/usr/lib/kamailio/lib*.so* \
|
||||
$(1)/usr/lib/kamailio/
|
||||
$(INSTALL_DIR) $(1)/etc/kamailio
|
||||
|
|
Loading…
Reference in a new issue