/[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.13 by sysadm, Sat Oct 18 14:02:40 2025 UTC Revision 1.14 by sysadm, Sun Nov 9 11:08:08 2025 UTC
# Line 10  install-data-local: Line 10  install-data-local:
10          find $(prefix)/ -type d -exec chmod 750 {} \;          find $(prefix)/ -type d -exec chmod 750 {} \;
11    
12  uninstall-local:  uninstall-local:
13          cd $(srcdir)/conf; find . -type f -exec rm -f $(prefix)/conf/{} \;          cd $(srcdir)/conf; find . -type f -name *.default -exec rm -f $(prefix)/conf/{} \;
14          cd $(srcdir)/data; find . -type f -exec rm -f $(prefix)/data/{} \;          cd $(srcdir)/data; find . -type f -name *.txt -exec rm -f $(prefix)/data/{} \;


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

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