[packages] libpolarssl: correct a packaging mistake, symlinks got installed as copies. Shrinks package by factor three
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29336 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
dd801a7da4
commit
f6702af6a1
@ -69,7 +69,7 @@ endef
|
|||||||
|
|
||||||
define Package/libpolarssl/install
|
define Package/libpolarssl/install
|
||||||
$(INSTALL_DIR) $(1)/usr/lib
|
$(INSTALL_DIR) $(1)/usr/lib
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/libpolarssl.so* $(1)/usr/lib/
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libpolarssl.so* $(1)/usr/lib/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/polarssl-progs/install
|
define Package/polarssl-progs/install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user