summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runlevels.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/runlevels.mk b/runlevels.mk
index d6fe434..5e8a6ad 100644
--- a/runlevels.mk
+++ b/runlevels.mk
@@ -4,6 +4,8 @@ LEVELDIR = $(DESTDIR)/etc/runlevels
BOOTDIR = $(LEVELDIR)/boot
DEFAULTDIR = $(LEVELDIR)/default
+INSTALL ?= install
+
install:
if ! test -d "$(BOOTDIR)"; then \
$(INSTALL) -d $(BOOTDIR) || exit $$?; \