diff --git a/scstadmin/Makefile b/scstadmin/Makefile index dc1f8af83..0c5dda47e 100644 --- a/scstadmin/Makefile +++ b/scstadmin/Makefile @@ -63,6 +63,7 @@ install: install -m 755 $$tmp $(DESTDIR)$(INITDIR)/scst && \ rm -f $$tmp if [ ! -e $(DESTDIR)$(DEFAULTDIR)/scst ]; then \ + mkdir -p $(DESTDIR)$(DEFAULTDIR); \ install -m 755 default/scst $(DESTDIR)$(DEFAULTDIR); \ fi @if [ "$(REMOVE_INITD_CMD)" != "none" ]; then \