source: MondoRescue/branches/stable/mondo/distributions/conf/Makefile.am

Last change on this file was 1562, checked in by Bruno Cornec, 17 years ago

delivery of conf files again

File size: 404 bytes
RevLine 
[1352]1etcdir = $(sysconfdir)/mondo
[1560]2etc_DATA = mondo.conf.dist mondo.conf.sample
[1352]3
[1560]4install-data-local:
[1562]5 install -d $(DESTDIR)$(etcdir)
6 install -m 444 mondo.conf.dist mondo.conf.sample $(DESTDIR)$(etcdir)
[1561]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.