From: rrt Date: Mon, 30 Oct 2000 17:37:05 +0000 (+0000) Subject: [project @ 2000-10-30 17:37:05 by rrt] X-Git-Tag: Approximately_9120_patches~3463 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=430e22a77214165059eb8fc0022cb09970a3cc5a [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. --- 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: