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/wlcompat/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/wlcompat') diff --git a/package/wlcompat/Makefile b/package/wlcompat/Makefile index 4a37294658..44acaee1f1 100644 --- a/package/wlcompat/Makefile +++ b/package/wlcompat/Makefile @@ -62,14 +62,14 @@ define Build/Compile endef define Package/kmod-wlcompat/install - install -d -m0755 $(1)/lib/modules/$(LINUX_VERSION) + $(INSTALL_DIR) $(1)/lib/modules/$(LINUX_VERSION) $(CP) $(PKG_BUILD_DIR)/wlcompat.o $(1)/lib/modules/$(LINUX_VERSION)/ - install -d -m0755 $(1)/etc/modules.d + $(INSTALL_DIR) $(1)/etc/modules.d echo "wlcompat" > $(1)/etc/modules.d/30-wlcompat endef define Package/kmod-wlcompat-debug/install - install -d -m0755 $(1)/lib/modules/$(LINUX_VERSION) + $(INSTALL_DIR) $(1)/lib/modules/$(LINUX_VERSION) $(CP) $(PKG_BUILD_DIR)/wlcompat-debug.o $(1)/lib/modules/$(LINUX_VERSION)/ endef -- cgit v1.2.3