--- lbbs/Makefile.am 2025/08/26 03:58:32 1.10 +++ lbbs/Makefile.am 2025/09/29 11:17:08 1.11 @@ -5,8 +5,8 @@ SUBDIRS = src utils install-data-local: install -d $(prefix)/conf $(prefix)/data $(prefix)/log $(prefix)/var $(prefix)/var/articles $(prefix)/var/chicken $(prefix)/var/gen_ex - cd $(srcdir)/conf; find . -maxdepth 1 -type f -exec install -t $(prefix)/conf {} \; - cd $(srcdir)/data; find . -maxdepth 1 -type f -exec install -t $(prefix)/data {} \; + cd $(srcdir)/conf; find . -maxdepth 1 -type f -exec install -t $(prefix)/conf -m 644 {} \; + cd $(srcdir)/data; find . -maxdepth 1 -type f -exec install -t $(prefix)/data -m 644 {} \; find $(prefix)/ -type d -exec chmod 750 {} \; uninstall-local: