Parcourir la source

Makefile: install void-mkimage.

Juan RP il y a 11 ans
Parent
commit
a75903c0b2
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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