# @configure_input@
-# $Id: Makefile.in,v 1.42 2000-10-08 11:49:04 thib Exp $
+# $Id: Makefile.in,v 1.43 2000-10-10 19:00:37 thib Exp $
# The following should not be edited manually (use configure options)
# If you must do it, BEWARE : some of the following is also defined
cd doc; $(INSTALL) -m 644 -o root README LICENSE CHANGES *.html \
$(DESTDOC)/fcron-$(VERSION)/
# in order to get correct rights when upgrading :
- for i in $(FCRONTABS)/* ; do chown $(USERNAME):$(GROUPNAME) $i ; done
+ find $(FCRONTABS) -type f -exec chown $(USERNAME):$(GROUPNAME) {} \;
if test -f $(ETC)/fcron.deny; then chown $(USERNAME):$(GROUPNAME) $(ETC)/fcron.deny ; fi
if test -f $(ETC)/fcron.allow; then chown $(USERNAME):$(GROUPNAME) $(ETC)/fcron.allow ; fi