about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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