about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2013-04-28 10:10:20 +0200
committerJuan RP <xtraeme@gmail.com>2013-04-28 10:10:20 +0200
commit781c00296569b20e2428c987ca4aeb479fdd7274 (patch)
tree25e21343cf11acca3f5761f0dc4ac7df07f4e08f /Makefile
parentf58d6cd5e5085eea19ee1d030eba9bd38d19399d (diff)
downloadhrmpf-781c00296569b20e2428c987ca4aeb479fdd7274.tar.gz
hrmpf-781c00296569b20e2428c987ca4aeb479fdd7274.tar.xz
hrmpf-781c00296569b20e2428c987ca4aeb479fdd7274.zip
Install void-mkrootfs too.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6f07ff0..8764960 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,7 @@ all:
 install: all
 	install -d $(DESTDIR)$(SBINDIR)
 	install -m755 mklive.sh $(DESTDIR)$(SBINDIR)/void-mklive
+	install -m755 void-mkrootfs.sh $(DESTDIR)$(SBINDIR)/void-mkrootfs
 	install -d $(DESTDIR)$(DRACUTMODDIR)
 	install -m755 dracut/*.sh $(DESTDIR)$(DRACUTMODDIR)
 	install -d $(DESTDIR)$(SHAREDIR)/void-mklive