Changeset 1562 in MondoRescue
- Timestamp:
- Jul 25, 2007, 1:49:51 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/distributions/conf/Makefile.am
r1561 r1562 3 3 4 4 install-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) 6 7 if [ ! -e $(DESTDIR)$(etcdir)/mondo.conf ]; then cp -a $(DESTDIR)$(etcdir)/mondo.conf.sample $(DESTDIR)$(etcdir)/mondo.conf ; fi 7 8 (cd $(DESTDIR)$(etcdir) ; md5sum mondo.conf.dist > mondo.conf.dist.md5)
Note:
See TracChangeset
for help on using the changeset viewer.