fix libnvram install into staging dir
[openwrt.git] / openwrt / target / linux / package / nvram / Makefile
index 3f7626a..3e5263b 100644 (file)
@@ -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
        
 
This page took 0.020714 seconds and 4 git commands to generate.