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/wpa_supplicant/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/wpa_supplicant/Makefile') diff --git a/package/wpa_supplicant/Makefile b/package/wpa_supplicant/Makefile index b3fec0c..0530a95 100644 --- a/package/wpa_supplicant/Makefile +++ b/package/wpa_supplicant/Makefile @@ -60,12 +60,12 @@ define Build/Compile endef define Package/wpa-supplicant/install - install -m0755 -d $(1)/usr/sbin + $(INSTALL_DIR) $(1)/usr/sbin $(CP) $(PKG_BUILD_DIR)/wpa_supplicant $(1)/usr/sbin/ endef define Package/wpa-cli/install - install -m0755 -d $(1)/usr/sbin + $(INSTALL_DIR) $(1)/usr/sbin $(CP) $(PKG_BUILD_DIR)/wpa_cli $(1)/usr/sbin/ endef -- cgit v1.1