mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-04 23:34:04 +02:00
NanoMap: install monav libs
This commit is contained in:
parent
f3588d8dee
commit
193f1d3443
@ -68,8 +68,9 @@ define Build/Configure
|
||||
endef
|
||||
|
||||
define Package/NanoMap/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_DIR) $(1)/usr/bin $(1)/usr/lib/monav
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/NanoMap $(1)/usr/bin/
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/monav/*.so $(1)/usr/lib/monav
|
||||
endef
|
||||
|
||||
define Package/NanoMap-maps/install
|
||||
|
Loading…
Reference in New Issue
Block a user