Skip to content

Commit 64b2cc2

Browse files
thomassagaborigloi
authored andcommitted
CP-25015: nbd-firewall-config.sh in "make install" (xapi-project#3263)
This script is now included in the "install" target of the relevant Makefile. Signed-off-by: Thomas Sanders <[email protected]>
1 parent 7608caf commit 64b2cc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ install:
6363
mkdir -p $(DESTDIR)/etc/sysconfig
6464
$(IPROG) sysconfig-xapi $(DESTDIR)/etc/sysconfig/xapi
6565
$(IPROG) generate_ssl_cert $(DESTDIR)$(LIBEXECDIR)
66+
$(IPROG) nbd-firewall-config.sh $(DESTDIR)$(LIBEXECDIR)
6667
$(IPROG) fix_firewall.sh $(DESTDIR)$(BINDIR)
6768
mkdir -p $(DESTDIR)$(OPTDIR)/debug
6869
$(IPROG) debug_ha_query_liveset $(DESTDIR)$(OPTDIR)/debug

0 commit comments

Comments
 (0)