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

delivery of conf files again

File:
1 edited

Legend:

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

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