diff --git a/charhist/GNUmakerules.pl b/charhist/GNUmakerules.pl index 8f30daa..15db030 100644 --- a/charhist/GNUmakerules.pl +++ b/charhist/GNUmakerules.pl @@ -3,6 +3,6 @@ use warnings; use strict; print "\$(BINDIR)/%: %\n"; -print "\tcp \$^ \$@\n"; +print "\tinstall -m 755 \$^ \$@\n"; print "\$(MAN1DIR)/%: %\n"; -print "\tcp \$^ \$@\n"; +print "\tinstall -m 644 \$^ \$@\n";