diff options
author | Harald Hoyer <harald@redhat.com> | 2009-06-04 17:23:41 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2009-06-04 17:49:28 +0200 |
commit | 68ea18cfa1df06582a8d80701f33c7709d17b8d7 (patch) | |
tree | 8d2253b314a61e2a17d778dad5fc4ec5e0ff88ea /Makefile | |
parent | 56d8568c964cc19423bdf69b561b265111fcc8c7 (diff) |
specfile update
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 *~ |