/[LeafOK_CVS]/lbbs/Makefile.am
ViewVC logotype

Diff of /lbbs/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.16 by sysadm, Fri Nov 21 07:36:41 2025 UTC Revision 1.17 by sysadm, Tue Dec 2 11:21:52 2025 UTC
# Line 5  SUBDIRS = utils src Line 5  SUBDIRS = utils src
5    
6  install-data-local:  install-data-local:
7          install -d $(prefix)/conf $(prefix)/data $(prefix)/log $(prefix)/var $(prefix)/var/articles $(prefix)/var/chicken $(prefix)/var/gen_ex          install -d $(prefix)/conf $(prefix)/data $(prefix)/log $(prefix)/var $(prefix)/var/articles $(prefix)/var/chicken $(prefix)/var/gen_ex
8          cd $(srcdir)/conf; find . -maxdepth 1 -type f -exec install -t $(prefix)/conf -m 644 {} \;          cd $(srcdir)/conf; find . -maxdepth 1 -type f -exec install -t $(prefix)/conf -m 644 -p {} \;
9          cd $(srcdir)/data; find . -maxdepth 1 -type f -exec install -t $(prefix)/data -m 644 {} \;          cd $(srcdir)/data; find . -maxdepth 1 -type f -exec install -t $(prefix)/data -m 644 -p {} \;
10          find $(prefix)/ -type d -exec chmod 750 {} \;          find $(prefix)/ -type d -exec chmod 750 {} \;
11    
12  uninstall-local:  uninstall-local:


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1