summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gettext-tools/examples/ChangeLog4
-rwxr-xr-xgettext-tools/examples/po/xsmallpot.sh1
2 files changed, 5 insertions, 0 deletions
diff --git a/gettext-tools/examples/ChangeLog b/gettext-tools/examples/ChangeLog
index 36ef75b..ec6fc51 100644
--- a/gettext-tools/examples/ChangeLog
+++ b/gettext-tools/examples/ChangeLog
@@ -1,5 +1,9 @@
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
builddir != srcdir.
* Makefile.am (hello-*.pot): Update xsmallpot.sh invocations.
diff --git a/gettext-tools/examples/po/xsmallpot.sh b/gettext-tools/examples/po/xsmallpot.sh
index e107bb6..7fb1f53 100755
--- a/gettext-tools/examples/po/xsmallpot.sh
+++ b/gettext-tools/examples/po/xsmallpot.sh
@@ -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)