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

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

delivery of conf files again

File size: 404 bytes
Line 
1etcdir = $(sysconfdir)/mondo
2etc_DATA = mondo.conf.dist mondo.conf.sample
3
4install-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.