about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2013-08-11 12:18:47 +0200
committerJuan RP <xtraeme@gmail.com>2013-08-11 12:18:47 +0200
commita75903c0b267edfc15254ec4b7353b9d0f10d46a (patch)
tree172ad27a2770d3c6c9880231bac1c58f7a979969
parentfeabec2e7e69618c21ac23a445200fb7a0bcfdcc (diff)
downloadhrmpf-a75903c0b267edfc15254ec4b7353b9d0f10d46a.tar.gz
hrmpf-a75903c0b267edfc15254ec4b7353b9d0f10d46a.tar.xz
hrmpf-a75903c0b267edfc15254ec4b7353b9d0f10d46a.zip
Makefile: install void-mkimage.
-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