[project @ 2000-10-30 17:37:05 by rrt]
authorrrt <unknown>
Mon, 30 Oct 2000 17:37:05 +0000 (17:37 +0000)
committerrrt <unknown>
Mon, 30 Oct 2000 17:37:05 +0000 (17:37 +0000)
cp and chmod during install switched over in case we're copying from a
read-only medium or something.

distrib/Makefile-bin.in

index 7da408c..f5baedd 100644 (file)
@@ -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: