blob: ec64478e1e849b88b302d6ebc3c4036946f196bc [file] [log] [blame]
diff --git a/Makefile.in b/Makefile.in
index f001a87..68a206f 100644
From: Meena Shanmugam
Date: Wed, 04 Aug 2021
Subject: Do not install /var directory as it is not used.
--- a/Makefile.in
+++ b/Makefile.in
@@ -110,7 +110,6 @@ all: $(LIB) $(SOLIB) isnsd isnsadm isnsdd $(TESTS)
install:
@echo "*** Installing Open-iSNS ***"
$(INSTALL) -m 755 -d $(CFGDIR) $(MANDIR)/man8 $(MANDIR)/man5 $(SBINDIR) $(SYSTEMDDIR)
- $(INSTALL) -m 700 -d $(VARDIR)
$(INSTALL) -m 555 isnsd isnsadm isnsdd $(SBINDIR)
$(INSTALL) -m 644 $(srcdir)/etc/isnsd.conf $(CFGDIR)
$(INSTALL) -m 644 $(srcdir)/etc/isnsdd.conf $(CFGDIR)