From 8c95a57089f1d4a908423948cdb936deb1003e9a Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Wed, 22 Mar 2023 15:30:33 -0600 Subject: [PATCH] Fixes to build process * Fixed a misspelling of genconfig in Makefile * Updated completions path in warewulf.spec.in Signed-off-by: Jonathon Anderson --- Makefile | 2 +- warewulf.spec.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b3d61360..e973f9ce 100644 --- a/Makefile +++ b/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 diff --git a/warewulf.spec.in b/warewulf.spec.in index 5f57ffb2..fd0c32c0 100644 --- a/warewulf.spec.in +++ b/warewulf.spec.in @@ -118,7 +118,7 @@ getent group %{wwgroup} >/dev/null || groupadd -r %{wwgroup} %dir %{_sysconfdir}/warewulf %config(noreplace) %{_sysconfdir}/warewulf/* %config(noreplace) %attr(0640,-,-) %{_sysconfdir}/warewulf/nodes.conf -%{_sysconfdir}/bash_completion.d/warewulf +%{_sysconfdir}/bash_completion.d/wwctl %dir %{_sharedstatedir}/warewulf %{_sharedstatedir}/warewulf/chroots