libsrtp2: install library symlink
authorSebastian Kemper <sebastian_ml@gmx.net>
Tue, 14 Nov 2017 21:54:26 +0000 (22:54 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Tue, 14 Nov 2017 21:54:28 +0000 (22:54 +0100)
Install the symlink from libsrtp2.so to libsrtp2.so.1 as well.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
libs/libsrtp2/Makefile

index baf715d9cc232ec4e8f56882d81e1adc8de36c0f..890912bdfd0deb787b6b949b975836c5629ddc18 100644 (file)
@@ -55,8 +55,8 @@ endef
 
 define Package/libsrtp2/install
        $(INSTALL_DIR) $(1)/usr/lib
-       $(INSTALL_BIN) \
-               $(PKG_INSTALL_DIR)/usr/lib/libsrtp2.so.* \
+       $(CP) \
+               $(PKG_INSTALL_DIR)/usr/lib/libsrtp2.so* \
                $(1)/usr/lib/
 endef