|
Last change
on this file since 2148 was 1562, checked in by Bruno Cornec, 18 years ago |
|
delivery of conf files again
|
|
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.