diff options
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 6f07ff0..8764960 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ all: install: all install -d $(DESTDIR)$(SBINDIR) install -m755 mklive.sh $(DESTDIR)$(SBINDIR)/void-mklive + install -m755 void-mkrootfs.sh $(DESTDIR)$(SBINDIR)/void-mkrootfs install -d $(DESTDIR)$(DRACUTMODDIR) install -m755 dracut/*.sh $(DESTDIR)$(DRACUTMODDIR) install -d $(DESTDIR)$(SHAREDIR)/void-mklive |