fixes for specfile and Makefile

master
Harald Hoyer 2009-03-04 14:23:02 +01:00 committed by Harald Hoyer
parent c4da240717
commit 834f614534
1 changed files with 2 additions and 0 deletions

View File

@ -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