fixes for specfile and Makefile
parent
c4da240717
commit
834f614534
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in New Issue