From dd737cf94e942411d669b32bb31f9a2739170c8f Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 5 Mar 2009 19:02:54 +0100 Subject: [PATCH] fixed modules install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6131ecc60..c4849e4cc 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ install: install -m 0755 dracut $(DESTDIR)/sbin/dracut install -m 0644 dracut.conf $(DESTDIR)/etc/dracut.conf install -m 0755 dracut-functions $(DESTDIR)/usr/libexec/dracut/dracut-functions - for module in modules.d/*/*; do install -D -m 0755 $$module $(DESTDIR)/usr/libexec/dracut/modules.d ; done + cp -arx modules.d $(DESTDIR)/usr/libexec/dracut/ clean: rm -f *~ -- 2.47.3