aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Benjamin Pereto <benjamin.pereto@gmail.com>2015-01-04 17:42:44 +0100
committerGravatar Christian Hesse <mail@eworm.de>2015-01-04 17:44:54 +0100
commit3a330ba3316e63c515011dd9bcfdbfc64c2e2b96 (patch)
treeafe4617c543dc2061044aaaab8f15181de22f9a2 /Makefile
parenta67ef52d5881e052abe2a4729e24facd4ba58260 (diff)
downloadmkinitcpio-ykfde-3a330ba3316e63c515011dd9bcfdbfc64c2e2b96.tar.gz
mkinitcpio-ykfde-3a330ba3316e63c515011dd9bcfdbfc64c2e2b96.tar.zst
add dracut module
Signed-off-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8bd9d26..b57bb88 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,10 @@ install-mkinitcpio: install-bin install-doc
$(INSTALL) -D -m0644 udev/20-ykfde.rules $(DESTDIR)/usr/lib/initcpio/udev/20-ykfde.rules
install-dracut: install-bin install-doc
- # porting to dracut? install your files here.
+ $(INSTALL) -D -m0755 dracut/module-setup.sh $(DESTDIR)/usr/lib/dracut/modules.d/90ykfde/module-setup.sh
+ $(INSTALL) -D -m0755 dracut/parse-mod.sh $(DESTDIR)/usr/lib/dracut/modules.d/90ykfde/parse-mod.sh
+ $(INSTALL) -D -m0755 dracut/ykfde.sh $(DESTDIR)/usr/lib/dracut/modules.d/90ykfde/ykfde.sh
+ $(INSTALL) -D -m0644 udev/20-ykfde.rules $(DESTDIR)/usr/lib/dracut/modules.d/90ykfde/20-ykfde.rules
clean:
$(MAKE) -C bin clean