Browse Source

[2641] do not install cmdctl-accounts.csv

JINMEI Tatuya 12 years ago
parent
commit
2c05b09207
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/cmdctl/Makefile.am

+ 1 - 1
src/bin/cmdctl/Makefile.am

@@ -71,7 +71,7 @@ if INSTALL_CONFIGURATIONS
 # because these file will contain sensitive information.
 install-data-local:
 	$(mkinstalldirs) $(DESTDIR)/@sysconfdir@/@PACKAGE@
-	for f in $(USERSFILES) $(CERTFILES) ; do	\
+	for f in $(CERTFILES) ; do	\
 	  if test ! -f $(DESTDIR)$(sysconfdir)/@PACKAGE@/$$f; then	\
 	    ${INSTALL} -m 640 $(srcdir)/$$f $(DESTDIR)$(sysconfdir)/@PACKAGE@/ ;	\
 	  fi ;	\