Browse Source

fixes for specfile and Makefile

master
Harald Hoyer 15 years ago committed by Harald Hoyer
parent
commit
834f614534
  1. 2
      Makefile

2
Makefile

@ -10,8 +10,10 @@ install: @@ -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

Loading…
Cancel
Save