Changeset 1387 in MondoRescue


Ignore:
Timestamp:
May 1, 2007, 5:14:07 PM (17 years ago)
Author:
Bruno Cornec
Message:

Makefile fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/distributions/conf/Makefile.am

    r1379 r1387  
    33
    44install-data-local-config:
    5     @if [ ! -e $(etcdir)/mondo.conf ]; then cat >> $(etcdir)/mondo.conf << EOF ; fi
     5    @if [ ! -e $(etcdir)/mondo.conf ]; then cat >> $(etcdir)/mondo.conf << EOF
    66#
    77# Configuration file for mondo
     
    1515#mondo_tmp_dir="/var/tmp"
    1616#
    17 EOF
     17    EOF
     18    @fi
    1819    @chmod 444 $(etcdir)/mondo.conf.dist
    1920    @(cd $(etcdir) ; md5sum mondo.conf.dist > mondo.conf.dist.md5)
Note: See TracChangeset for help on using the changeset viewer.