Skip to content
This repository was archived by the owner on Jan 15, 2019. It is now read-only.

Commit 161c621

Browse files
author
Michael Friedrich
committed
Don't modify ownership of STATEDIR
1 parent 3d8def2 commit 161c621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ install:
368368
cd $(SRC_CGI) && $(MAKE) $@
369369
cd $(SRC_HTM) && $(MAKE) $@
370370

371-
$(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(STATEDIR)
371+
$(INSTALL) -m 775 -d $(DESTDIR)$(STATEDIR)
372372
$(INSTALL) -m 775 -d $(DESTDIR)$(LIBEXECDIR)
373373
$(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(LOGDIR)
374374
$(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(LOGDIR)/archives
@@ -564,7 +564,7 @@ install-classicui-standalone-conf: install-cgiconf install-webconf
564564
install-classicui-standalone: install-cgis install-html
565565

566566
# make sure we keep all the needed dirs for data
567-
$(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(STATEDIR)
567+
$(INSTALL) -m 775 -d $(DESTDIR)$(STATEDIR)
568568
$(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(LOGDIR)
569569
$(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(LOGDIR)/archives
570570
$(INSTALL) -m 775 $(COMMAND_OPTS) -d $(DESTDIR)$(EXTCMDFILEDIR)

0 commit comments

Comments
 (0)