Explorar el Código

Makefile: install void-mkimage.

Juan RP hace 11 años
padre
commit
a75903c0b2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Makefile

+ 1 - 0
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