summaryrefslogtreecommitdiffstats
path: root/openwrt
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-22 11:01:30 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-22 11:01:30 +0000
commit89cc82f32ecc7a93efb6c642e6daaedd72b3b5d0 (patch)
tree859e33ab8284386132aa4d6ef8ca380af78454e6 /openwrt
parentae9c0f20fa8c159ec3a9c0ca5836461b817ca0c7 (diff)
fix libnvram install into staging dir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1527 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/target/linux/package/nvram/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/nvram/Makefile b/openwrt/target/linux/package/nvram/Makefile
index 3f7626ab0..3e5263b34 100644
--- a/openwrt/target/linux/package/nvram/Makefile
+++ b/openwrt/target/linux/package/nvram/Makefile
@@ -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