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