From c2211dc51e98fa27d565c44179c3044723e69253 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 23 Nov 2006 00:29:07 +0000 Subject: replace lots of manual install commands with INSTALL_* variables SVN-Revision: 5624 --- package/robocfg/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/robocfg/Makefile') diff --git a/package/robocfg/Makefile b/package/robocfg/Makefile index c0e7e2c21e..8538abfcfa 100644 --- a/package/robocfg/Makefile +++ b/package/robocfg/Makefile @@ -31,8 +31,8 @@ define Build/Prepare endef define Package/robocfg/install - install -d -m0755 $(1)/sbin - install -m0755 $(PKG_BUILD_DIR)/robocfg $(1)/sbin/ + $(INSTALL_DIR) $(1)/sbin + $(INSTALL_BIN) $(PKG_BUILD_DIR)/robocfg $(1)/sbin/ endef $(eval $(call BuildPackage,robocfg)) -- cgit v1.2.3