]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Make "su bin" then "make install" succeed.
authorBruno Haible <bruno@clisp.org>
Mon, 5 Nov 2001 10:39:11 +0000 (10:39 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 20:50:30 +0000 (22:50 +0200)
ChangeLog
ltmain.sh

index 6f000b0b79a0000f76a33de7dbaccf18907b3d82..d086616d35c833c9a436f8d632a12989afa6ab57 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-11-03  Bruno Haible  <haible@clisp.cons.org>
+
+       * ltmain.sh: chmod 777 the .libs directory, so that "make install"
+       succeeds.
+
 2001-10-30  Bruno Haible  <haible@clisp.cons.org>
 
        * configure.in: Change version number to 0.11-pre1.
index 5959c479b0e86af58baeeaae8de9e8f2dbbbecca..516b88c4aae7524916b900359a9d903ae5ea924b 100644 (file)
--- 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