From 46276eaf7f2f9828c238ed7bd49b02426a43b8e9 Mon Sep 17 00:00:00 2001 From: aoliva Date: Tue, 4 Jul 2006 20:20:01 +0000 Subject: ChangeLog: * ltconfig: chmod 644 before ranlib during install. libiberty/ChangeLog: * Makefile.in: chmod 644 before ranlib during install. gcc/ChangeLog: * mklibgcc.in: chmod 644 before ranlib during install. libjava/classpath/ChangeLog: * ltconfig: chmod 644 before ranlib during install. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115183 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/classpath/ltconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libjava/classpath/ltconfig') diff --git a/libjava/classpath/ltconfig b/libjava/classpath/ltconfig index b00e0efc232..852476b1d2c 100755 --- a/libjava/classpath/ltconfig +++ b/libjava/classpath/ltconfig @@ -626,7 +626,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.2.3