]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fixes for specfile and Makefile
authorHarald Hoyer <harald-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Wed, 4 Mar 2009 13:23:02 +0000 (14:23 +0100)
committerHarald Hoyer <harald@redhat.com>
Wed, 4 Mar 2009 16:25:30 +0000 (17:25 +0100)
Makefile

index 2f6c10c79e8ba6936e8987ac7c5ba60355c78811..1546eeb72665dc228c6bb890d1dfafc865dcc212 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,8 +10,10 @@ install:
        install -m 0755 dracut $(DESTDIR)/sbin/dracut
        install -m 0755 dracut-functions $(DESTDIR)/usr/libexec/dracut/functions
        for module in modules/*/*; do install -D -m 0755 $$module $(DESTDIR)/usr/libexec/dracut/modules.d ; done
+
 clean:
        rm -f *~
+       rm -f modules.d/99base/switch_root
 
 archive:
        git archive --format=tar HEAD --prefix=dracut/ |bzip2 > dracut-$(shell git rev-list  --abbrev-commit  -n 1 HEAD  |cut -b 1-8).tar.bz2