From a75903c0b267edfc15254ec4b7353b9d0f10d46a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 11 Aug 2013 12:18:47 +0200 Subject: Makefile: install void-mkimage. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ad4f417..baea3a8 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ all: $(SCRIPTS) install: all install -d $(DESTDIR)$(SBINDIR) + install -m755 mkimage.sh $(DESTDIR)$(SBINDIR)/void-mkimage install -m755 mklive.sh $(DESTDIR)$(SBINDIR)/void-mklive install -m755 mkrootfs.sh $(DESTDIR)$(SBINDIR)/void-mkrootfs install -m755 installer.sh $(DESTDIR)$(SBINDIR)/void-installer -- cgit 1.4.1