]> granicus.if.org Git - fcron/commitdiff
corrected a bug
authorthib <thib>
Tue, 10 Oct 2000 19:00:37 +0000 (19:00 +0000)
committerthib <thib>
Tue, 10 Oct 2000 19:00:37 +0000 (19:00 +0000)
Makefile.in

index 056c2d293adc166319a29b3a344109ec65ada6c1..de1eb4d756c8356b5dc33d283e2b9576f70d9668 100644 (file)
@@ -4,7 +4,7 @@
 
 # @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
@@ -106,7 +106,7 @@ install: all
        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