Changeset 1561 in MondoRescue


Ignore:
Timestamp:
Jul 25, 2007, 1:38:57 AM (17 years ago)
Author:
Bruno Cornec
Message:

use of DESTDIR for conf files as well

File:
1 edited

Legend:

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

    r1560 r1561  
    33
    44install-data-local:
    5     chmod 444 $(etcdir)/mondo.conf.dist $(etcdir)/mondo.conf.sample
    6     if [ ! -e $(etcdir)/mondo.conf ]; then cp -a $(etcdir)/mondo.conf.sample $(etcdir)/mondo.conf ; fi
    7     (cd $(etcdir) ; md5sum mondo.conf.dist > mondo.conf.dist.md5)
     5    chmod 444 $(DESTDIR)$(etcdir)/mondo.conf.dist $(DESTDIR)$(etcdir)/mondo.conf.sample
     6    if [ ! -e $(DESTDIR)$(etcdir)/mondo.conf ]; then cp -a $(DESTDIR)$(etcdir)/mondo.conf.sample $(DESTDIR)$(etcdir)/mondo.conf ; fi
     7    (cd $(DESTDIR)$(etcdir) ; md5sum mondo.conf.dist > mondo.conf.dist.md5)
Note: See TracChangeset for help on using the changeset viewer.