]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Make the temporary directory writable.
authorBruno Haible <bruno@clisp.org>
Thu, 24 Feb 2005 13:03:53 +0000 (13:03 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:17 +0000 (12:12 +0200)
gettext-tools/examples/ChangeLog
gettext-tools/examples/po/xsmallpot.sh

index 36ef75b71d8979883b770cd6684ac8bc176bddf8..ec6fc5149b91f994badc8d99636f49e4d9e7ca6a 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-23  Bruno Haible  <bruno@clisp.org>
+
+       * xsmallpot.sh: Make the temporary directory writable.
+
 2005-02-23  Bruno Haible  <bruno@clisp.org>
 
        * xsmallpot.sh: Add srcdir argument. Make it work when
index e107bb66f53180baa38d4bcb4beef129eb5cbae1..7fb1f53950c29a7c6abff9594eb79055052f78a0 100755 (executable)
@@ -16,6 +16,7 @@ abs_srcdir=`cd "$srcdir" && pwd`
 cd ..
 rm -rf tmp-$directory
 cp -p -r "$abs_srcdir"/../$directory tmp-$directory
+chmod -R u+w tmp-$directory
 cd tmp-$directory
 case $directory in
   hello-c++-kde)