diff options
author | Juan RP <xtraeme@gmail.com> | 2013-04-28 10:10:20 +0200 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2013-04-28 10:10:20 +0200 |
commit | 781c00296569b20e2428c987ca4aeb479fdd7274 (patch) | |
tree | 25e21343cf11acca3f5761f0dc4ac7df07f4e08f | |
parent | f58d6cd5e5085eea19ee1d030eba9bd38d19399d (diff) | |
download | hrmpf-781c00296569b20e2428c987ca4aeb479fdd7274.tar.gz hrmpf-781c00296569b20e2428c987ca4aeb479fdd7274.tar.xz hrmpf-781c00296569b20e2428c987ca4aeb479fdd7274.zip |
Install void-mkrootfs too.
-rw-r--r-- | Makefile | 1 |
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 |