From e599882969f140d46618d89cbb36f3dc139b8ec1 Mon Sep 17 00:00:00 2001 From: Thibault Godouet Date: Tue, 12 Sep 2000 20:00:13 +0000 Subject: [PATCH] *** empty log message *** --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 979e3d8..4fca600 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # @configure_input@ -# $Id: Makefile.in,v 1.30 2000-09-12 19:54:49 thib Exp $ +# $Id: Makefile.in,v 1.31 2000-09-12 20:00:13 thib Exp $ # Where should we install it ? prefix = @prefix@ @@ -86,7 +86,7 @@ install: all $(INSTALL) -c -m 644 -o root doc/fcrontab.1 $(DESTMAN)/man1 $(INSTALL) -c -m 644 -o root doc/fcrontab.5 $(DESTMAN)/man5 $(INSTALL) -c -m 644 -o root doc/bitstring.3 $(DESTMAN)/man3 - (cd script ; ./sysVinit-install $(INSTALL) $(DESTSBIN)) + (cd script ; ./sysVinit-install "$(INSTALL)" $(DESTSBIN)) mkdir -p $(DESTDOC)/fcron-$(VERSION) cd doc; $(INSTALL) -c -m 644 -o root README LICENSE CHANGES *.html \ $(DESTDOC)/fcron-$(VERSION)/ -- 2.47.3