Browse Source

libarchive: Fix install target

This commit replaces the command with a more generic one.

Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
lilik-openwrt-22.03
Johannes Morgenroth 10 years ago
parent
commit
2c28b81816
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/libarchive/Makefile

+ 1
- 1
libs/libarchive/Makefile View File

@ -46,7 +46,7 @@ endef
define Package/libarchive/install
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libarchive.so.* $(1)/usr/lib/
$(CP) $(PKG_INSTALL_DIR)/usr/lib/*.so.* $(1)/usr/lib/
endef
$(eval $(call BuildPackage,libarchive))

Loading…
Cancel
Save