diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-07-22 11:01:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-07-22 11:01:30 +0000 |
commit | ced629d6c52288921c098c1b1b0a71b0fd6bb3cd (patch) | |
tree | 859e33ab8284386132aa4d6ef8ca380af78454e6 /openwrt/target | |
parent | ba727849ad9fd79550c53328a47cd16962f782f3 (diff) | |
download | mtk-20170518-ced629d6c52288921c098c1b1b0a71b0fd6bb3cd.zip mtk-20170518-ced629d6c52288921c098c1b1b0a71b0fd6bb3cd.tar.gz mtk-20170518-ced629d6c52288921c098c1b1b0a71b0fd6bb3cd.tar.bz2 |
fix libnvram install into staging dir
SVN-Revision: 1527
Diffstat (limited to 'openwrt/target')
-rw-r--r-- | openwrt/target/linux/package/nvram/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/nvram/Makefile b/openwrt/target/linux/package/nvram/Makefile index 3f7626a..3e5263b 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 |