From e51ac1a2bfe63520561bebbe487c2d0c58419755 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Tue, 4 Jul 2006 20:31:03 +0000 Subject: [PATCH] ChangeLog: * ltconfig: chmod 644 before ranlib during install. libiberty/ChangeLog: * Makefile.in: chmod 644 before ranlib during install. --- ChangeLog | 4 ++++ ltconfig | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dc6494cc0..52ea2c6a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-07-04 Peter O'Gorman + + * ltconfig: chmod 644 before ranlib during install. + 2006-07-03 Paolo Bonzini * configure.in: Fix thinkos in previous check-in. diff --git a/ltconfig b/ltconfig index 15f986c76..8570aa17b 100755 --- a/ltconfig +++ b/ltconfig @@ -625,7 +625,7 @@ old_postuninstall_cmds= if test -n "$RANLIB"; then old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" - old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds" + old_postinstall_cmds="~$old_postinstall_cmds~\$RANLIB \$oldlib" fi # Source the script associated with the $tagname tag configuration.