# @configure_input@
-# $Id: Makefile.in,v 1.47 2000-11-14 21:39:07 thib Exp $
+# $Id: Makefile.in,v 1.48 2000-11-18 14:52:47 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
install: all
+ script/user-group $(USERNAME) $(GROUPNAME)
+
$(INSTALL) -g root -o root -m 755 -d $(DESTSBIN)
$(INSTALL) -g root -o root -m 755 -d $(DESTBIN)
$(INSTALL) -g root -o root -m 755 -d $(ETC)
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
- (cd script ; ./sysVinit-install "$(INSTALL)" $(DESTSBIN) $(DEBUG) $(FCRONTABS))
+ script/sysVinit-install "$(INSTALL)" $(DESTSBIN) $(DEBUG) $(FCRONTABS)
uninstall:
rm -f $(DESTSBIN)/fcron