[Debian-l10n-commits] dl10n branch master updated. 87422b3a32492d680e779dc66745021024a9382b

Christian Perrier bubulle at alioth.debian.org
Tue Jul 17 00:10:58 UTC 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dl10n".

The branch, master has been updated
       via  87422b3a32492d680e779dc66745021024a9382b (commit)
      from  0ad5732cf50945e159d0871d3506a6f766414d09 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------

http://anonscm.debian.org/gitweb/?p=debian-l10n/dl10n.git;a=commitdiff;h=87422b3a32492d680e779dc66745021024a9382b

commit 87422b3a32492d680e779dc66745021024a9382b
Author: Christian PERRIER <bubulle at debian.org>
Date:   Mon Jul 16 18:10:46 2012 -0600

    Fix syntax error

-----------------------------------------------------------------------

Summary of changes:
 cron/l10n-pkg-status |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cron/l10n-pkg-status b/cron/l10n-pkg-status
index 0d0c157..93a6c11 100755
--- a/cron/l10n-pkg-status
+++ b/cron/l10n-pkg-status
@@ -14,7 +14,7 @@ rm -rf "$OUTDIR"/*
 
 mkdir "$OUTDIR/img" || true
 cp $DL10NDIR/htdocs-static/translated.png "$OUTDIR/img"
-cp $DL10NDIR/htdocs-static/fuzzy;pn "$OUTDIR/img"
+cp $DL10NDIR/htdocs-static/fuzzy.png "$OUTDIR/img"
 cp $DL10NDIR/htdocs-static/untranslated.png "$OUTDIR/img"
 
 PERLLIB=lib ./dl10n-pts                      \
-----------------------------------------------------------------------


hooks/post-receive
-- 
dl10n



More information about the Debian-l10n-commits mailing list