From a1156c89c4dcca1d567d722ead3580a00f599390 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 8 Jan 2007 00:53:24 +0000 Subject: more use of the INSTALL_DIR variable git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6023 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/busybox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/busybox/Makefile') diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 2927d70436..1ad4074002 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -75,7 +75,7 @@ define Package/busybox/install IPKG_ARCH="$(ARCH)" \ CONFIG_PREFIX="$(1)" \ install - mkdir -p $(1)/etc/init.d + $(INSTALL_DIR) $(1)/etc/init.d for tmp in $(init-y); do \ $(INSTALL_BIN) ./files/$$$$tmp $(1)/etc/init.d/$$$$tmp; \ done -- cgit v1.2.3