Parent Directory
|
Revision Log
|
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/{} \; |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |