From 430e22a77214165059eb8fc0022cb09970a3cc5a Mon Sep 17 00:00:00 2001 From: rrt Date: Mon, 30 Oct 2000 17:37:05 +0000 Subject: [PATCH] [project @ 2000-10-30 17:37:05 by rrt] cp and chmod during install switched over in case we're copying from a read-only medium or something. --- distrib/Makefile-bin.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distrib/Makefile-bin.in b/distrib/Makefile-bin.in index 7da408c..f5baedd 100644 --- a/distrib/Makefile-bin.in +++ b/distrib/Makefile-bin.in @@ -240,8 +240,8 @@ install-info: install-dirs-info $(INSTALL_DATA) info/* $(infodir) install-html: install-dirs-html - $(CHMOD) -R $(LIB_PERMS) html/* $(CP) -r html/* $(htmldir) + $(CHMOD) -R $(LIB_PERMS) $(htmldir) # $(INSTALL_DATA) html/* $(htmldir) install-dirs-html: -- 1.7.10.4