fix libnvram install into staging dir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1527 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
287f8e1c22
commit
8c07fcb629
|
@ -34,6 +34,7 @@ $(IPKG_NVRAM):
|
|||
|
||||
compile: install-dev
|
||||
install-dev:
|
||||
mkdir -p $(STAGING_DIR)/usr/lib
|
||||
cp $(PKG_BUILD_DIR)/*.so $(STAGING_DIR)/usr/lib
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue