summaryrefslogtreecommitdiffstats
path: root/package/nvram/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/nvram/Makefile')
-rw-r--r--package/nvram/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/nvram/Makefile b/package/nvram/Makefile
index ab33c1151..87e8b0659 100644
--- a/package/nvram/Makefile
+++ b/package/nvram/Makefile
@@ -40,10 +40,10 @@ define Build/UninstallDev
endef
define Package/nvram/install
- install -d -m0755 $(1)/usr/lib
+ $(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_BUILD_DIR)/lib{nvram,shared}*.so $(1)/usr/lib/
- install -d -m0755 $(1)/usr/sbin
- install -m0755 $(PKG_BUILD_DIR)/nvram $(1)/usr/sbin/
+ $(INSTALL_DIR) $(1)/usr/sbin
+ $(INSTALL_BIN) $(PKG_BUILD_DIR)/nvram $(1)/usr/sbin/
endef
$(eval $(call BuildPackage,nvram))