diff options
author | Ted Gould <ted@gould.cx> | 2011-08-18 14:52:25 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-08-18 14:52:25 -0500 |
commit | 45d0776e19fd738130457daec5d8401837eb6a0d (patch) | |
tree | 3eee4fcf6fe94f9a4cd70ba4761b765b33d9b1ba /debian/rules | |
parent | 5c578868c37e7d3d45fc598b95ca3facae46cb33 (diff) | |
parent | 8b224a3afe8b206ad941dfc87b2c5a3b3e614613 (diff) | |
download | ayatana-indicator-datetime-45d0776e19fd738130457daec5d8401837eb6a0d.tar.gz ayatana-indicator-datetime-45d0776e19fd738130457daec5d8401837eb6a0d.tar.bz2 ayatana-indicator-datetime-45d0776e19fd738130457daec5d8401837eb6a0d.zip |
Sync from U. Desktop
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 2ad101c..daa4979 100755 --- a/debian/rules +++ b/debian/rules @@ -23,3 +23,4 @@ debian/stamp-autotools/gtk3: cdbs_configure_flags += $(DEB_CONFIGURE_FLAGS_gtk3) common-install-arch:: find debian/tmp -name \*.la -delete find debian/tmp -name \*.a -delete + cd po; intltool-update --pot --verbose |