Fixes to build process
* Fixed a misspelling of genconfig in Makefile * Updated completions path in warewulf.spec.in Signed-off-by: Jonathon Anderson <janderson@ciq.co>
This commit is contained in:
committed by
Christian Goll
parent
2410a8194c
commit
9c77d7b50c
2
Makefile
2
Makefile
@@ -203,7 +203,7 @@ files: all
|
||||
install -m 0644 include/firewalld/warewulf.xml $(DESTDIR)$(FIREWALLDDIR)
|
||||
install -m 0644 include/systemd/warewulfd.service $(DESTDIR)$(SYSTEMDDIR)
|
||||
install -m 0644 LICENSE.md $(DESTDIR)$(WWDOCDIR)
|
||||
./wwctl genconf completions > $(DESTDIR)$(BASHCOMPDIR)/wwctl
|
||||
./wwctl genconfig completions > $(DESTDIR)$(BASHCOMPDIR)/wwctl
|
||||
cp man_pages/*.1* $(DESTDIR)$(MANDIR)/man1/
|
||||
cp man_pages/*.5* $(DESTDIR)$(MANDIR)/man5/
|
||||
install -m 0644 staticfiles/README-ipxe.md $(DESTDIR)$(WWDATADIR)/ipxe
|
||||
|
||||
Reference in New Issue
Block a user