source:
MondoRescue/branches/stable/mondo/distributions/conf/Makefile.am
| Last change on this file was 1562, checked in by , 19 years ago | |
|---|---|
| File size: 404 bytes | |
| Line | |
|---|---|
| 1 | etcdir = $(sysconfdir)/mondo |
| 2 | etc_DATA = mondo.conf.dist mondo.conf.sample |
| 3 | |
| 4 | install-data-local: |
| 5 | install -d $(DESTDIR)$(etcdir) |
| 6 | install -m 444 mondo.conf.dist mondo.conf.sample $(DESTDIR)$(etcdir) |
| 7 | if [ ! -e $(DESTDIR)$(etcdir)/mondo.conf ]; then cp -a $(DESTDIR)$(etcdir)/mondo.conf.sample $(DESTDIR)$(etcdir)/mondo.conf ; fi |
| 8 | (cd $(DESTDIR)$(etcdir) ; md5sum mondo.conf.dist > mondo.conf.dist.md5) |
Note:
See TracBrowser
for help on using the repository browser.
