[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: shishi-0.0.30.pot file
From: |
Bruno Haible |
Subject: |
Re: shishi-0.0.30.pot file |
Date: |
Sat, 9 Jun 2007 00:01:29 +0200 |
User-agent: |
KMail/1.5.4 |
Simon Josefsson wrote:
> test -z "address@hidden address@hidden pl.po-update" || make address@hidden
> address@hidden pl.po-update
> make[4]: Entering directory `/home/jas/src/shishi/shishi-0.0.31/_build/po'
> sed -e '/^#/d' -e 's/HEADER/address@hidden/g' ../../po/insert-header.sin >
> address@hidden
> address@hidden:
> mv: cannot move `/home/jas/src/shishi/shishi-0.0.31/_build/po/address@hidden'
> to address@hidden': Permission denied
Ah, right, this address@hidden is not updated through msgmerge, but through
msginit and msgfilter. (See the file Rules-quot.) You need to pass the
option --no-location to one of these two programs as well.
Bruno