diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2011-08-11 21:19:20 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2011-08-11 21:19:20 +0200 |
commit | 8c1f7649c4163ffe0a9e023fa33139bfa914965b (patch) | |
tree | e87f794114439d5c7cce385a4676a045312e9033 /debian/rules | |
parent | 29515fea95da0c75677d945959bca0df6e114c70 (diff) | |
download | libayatana-appindicator-8c1f7649c4163ffe0a9e023fa33139bfa914965b.tar.gz libayatana-appindicator-8c1f7649c4163ffe0a9e023fa33139bfa914965b.tar.bz2 libayatana-appindicator-8c1f7649c4163ffe0a9e023fa33139bfa914965b.zip |
* debian/rules:
- update the translations template after build, dh_translations doesn't
work for builds out of the source directory
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index c0e407f..599b53e 100755 --- a/debian/rules +++ b/debian/rules @@ -111,6 +111,7 @@ binary-predeb/libappindicator0.1-cil:: binary-fixup/libappindicator1 common-binary-predeb-arch:: list-missing dh_fixperms dh_strip + cd po; intltool-update --pot --verbose clean:: rm -f configure-stamp* |