From 6816f9950e15fb2f984cc8fcb3da0d5709574082 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Tue, 4 Jul 2006 20:31:03 +0000 Subject: ChangeLog: * ltconfig: chmod 644 before ranlib during install. libiberty/ChangeLog: * Makefile.in: chmod 644 before ranlib during install. --- ltconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ltconfig') diff --git a/ltconfig b/ltconfig index 15f986c..8570aa1 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. -- cgit v1.1