about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2012-06-14 10:57:54 +0200
committerJuan RP <xtraeme@gmail.com>2012-06-14 10:57:54 +0200
commitdce041a6fe0fff5a947b04fd2279183210f2b4ca (patch)
tree31779bcd7d89e923e57705105fc6622e8816d14c /Makefile
parent5f1c11eb55fbf51de2ffaa7aa8d267c6384dc9f6 (diff)
downloadhrmpf-dce041a6fe0fff5a947b04fd2279183210f2b4ca.tar.gz
hrmpf-dce041a6fe0fff5a947b04fd2279183210f2b4ca.tar.xz
hrmpf-dce041a6fe0fff5a947b04fd2279183210f2b4ca.zip
Rename dracut files.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index b5401e4..b5f83ea 100644
--- a/Makefile
+++ b/Makefile
@@ -9,10 +9,8 @@ install: all
 	install -d $(DESTDIR)$(SBINDIR)
 	install -m755 mklive.sh $(DESTDIR)$(SBINDIR)/void-mklive
 	install -d $(DESTDIR)$(DRACUTMODDIR)
-	install -m755 dracut/dracut-module.sh \
-		$(DESTDIR)$(DRACUTMODDIR)/module-setup.sh
-	install -m755 dracut/dracut-vmklive-adduser.sh \
-		$(DESTDIR)$(DRACUTMODDIR)/vmklive-adduser.sh
+	install -m755 dracut/module-setup.sh $(DESTDIR)$(DRACUTMODDIR)
+	install -m755 dracut/vmklive-adduser.sh $(DESTDIR)$(DRACUTMODDIR)
 
 clean:
 	-rm -f mklive.sh