From 834f614534e0e67b55f86b75a4293e5628ebf9dd Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 4 Mar 2009 14:23:02 +0100 Subject: [PATCH] fixes for specfile and Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 2f6c10c7..1546eeb7 100644 --- 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