--- lbbs/Makefile.am 2025/11/21 07:36:41 1.16 +++ lbbs/Makefile.am 2025/12/02 11:21:52 1.17 @@ -5,8 +5,8 @@ SUBDIRS = utils src 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 -m 644 {} \; - cd $(srcdir)/data; find . -maxdepth 1 -type f -exec install -t $(prefix)/data -m 644 {} \; + cd $(srcdir)/conf; find . -maxdepth 1 -type f -exec install -t $(prefix)/conf -m 644 -p {} \; + cd $(srcdir)/data; find . -maxdepth 1 -type f -exec install -t $(prefix)/data -m 644 -p {} \; find $(prefix)/ -type d -exec chmod 750 {} \; uninstall-local: