From: Bruno Haible Date: Mon, 5 Nov 2001 10:39:11 +0000 (+0000) Subject: Make "su bin" then "make install" succeed. X-Git-Tag: v0.11~339 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31cd899e4b30af46f4bcb1210e6e1eb3e5d66da2;p=thirdparty%2Fgettext.git Make "su bin" then "make install" succeed. --- diff --git a/ChangeLog b/ChangeLog index 6f000b0b7..d086616d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-11-03 Bruno Haible + + * ltmain.sh: chmod 777 the .libs directory, so that "make install" + succeeds. + 2001-10-30 Bruno Haible * configure.in: Change version number to 0.11-pre1. diff --git a/ltmain.sh b/ltmain.sh index 5959c479b..516b88c4a 100644 --- a/ltmain.sh +++ b/ltmain.sh @@ -538,6 +538,8 @@ compiler." if test $status -ne 0 && test ! -d $dir; then exit $status fi + $show "chmod 777 $dir" + $run chmod 777 $dir fi fi if test "$compiler_o_lo" = yes; then @@ -1287,6 +1289,8 @@ compiler." if test $status -ne 0 && test ! -d $output_objdir; then exit $status fi + $show "chmod 777 $output_objdir" + $run chmod 777 $output_objdir fi # Determine the type of output