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

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

Makefile fix

File size: 441 bytes
RevLine 
[1352]1etcdir = $(sysconfdir)/mondo
2etc_DATA = mondo.conf.dist
3
4install-data-local-config:
[1387]5 @if [ ! -e $(etcdir)/mondo.conf ]; then cat >> $(etcdir)/mondo.conf << EOF
[1352]6#
7# Configuration file for mondo
8#
9# By default values are taken from $(etcdir)/mondo.conf.dist
10# You can override them here
11#
12# e.g.
13#
14#
15#mondo_tmp_dir="/var/tmp"
16#
[1387]17 EOF
18 @fi
[1352]19 @chmod 444 $(etcdir)/mondo.conf.dist
[1379]20 @(cd $(etcdir) ; md5sum mondo.conf.dist > mondo.conf.dist.md5)
Note: See TracBrowser for help on using the repository browser.