Changeset 1561 in MondoRescue
- Timestamp:
- Jul 25, 2007, 1:38:57 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/distributions/conf/Makefile.am
r1560 r1561 3 3 4 4 install-data-local: 5 chmod 444 $( etcdir)/mondo.conf.dist$(etcdir)/mondo.conf.sample6 if [ ! -e $( etcdir)/mondo.conf ]; then cp -a $(etcdir)/mondo.conf.sample$(etcdir)/mondo.conf ; fi7 (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.