diff options
Diffstat (limited to 'runlevels.mk')
-rw-r--r-- | runlevels.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runlevels.mk b/runlevels.mk index d6fe434f..5e8a6ad2 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 $$?; \ |