summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2009-06-04 17:23:41 +0200
committerHarald Hoyer <harald@redhat.com>2009-06-04 17:49:28 +0200
commit68ea18cfa1df06582a8d80701f33c7709d17b8d7 (patch)
tree8d2253b314a61e2a17d778dad5fc4ec5e0ff88ea /Makefile
parent56d8568c964cc19423bdf69b561b265111fcc8c7 (diff)
specfile update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index eaaf144..491d156 100644
--- a/Makefile
+++ b/Makefile
@@ -20,9 +20,11 @@ install:
mkdir -p $(DESTDIR)$(sysconfdir)
mkdir -p $(DESTDIR)$(pkglibdir)/modules.d
install -m 0755 dracut $(DESTDIR)$(sbindir)/dracut
+ install -m 0755 modules.d/99base/switch_root $(DESTDIR)$(sbindir)/switch_root
install -m 0644 dracut.conf $(DESTDIR)$(sysconfdir)/dracut.conf
install -m 0755 dracut-functions $(DESTDIR)$(pkglibdir)/dracut-functions
cp -arx modules.d $(DESTDIR)$(pkglibdir)
+ rm $(DESTDIR)$(pkglibdir)/modules.d/99base/switch_root
clean:
rm -f *~