| 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 {} \; |
cd $(srcdir)/conf; find . -maxdepth 1 -type f -exec install -t $(prefix)/conf -m 644 {} \; |
| 9 |
cd $(srcdir)/data; find . -maxdepth 1 -type f -exec install -t $(prefix)/data {} \; |
cd $(srcdir)/data; find . -maxdepth 1 -type f -exec install -t $(prefix)/data -m 644 {} \; |
| 10 |
find $(prefix)/ -type d -exec chmod 750 {} \; |
find $(prefix)/ -type d -exec chmod 750 {} \; |
| 11 |
|
|
| 12 |
uninstall-local: |
uninstall-local: |