diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-10-29 10:33:24 -0700 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-10-29 10:33:24 -0700 |
commit | 04611676ec3a4038b58503d2ea2448a060e0d9dd (patch) | |
tree | 2ca003121aea859961cd93ad1706a9c7b1d49517 /debian/rules | |
parent | 6906984da38beadb4fceb868fa6be76789df58d9 (diff) | |
download | ayatana-indicator-datetime-04611676ec3a4038b58503d2ea2448a060e0d9dd.tar.gz ayatana-indicator-datetime-04611676ec3a4038b58503d2ea2448a060e0d9dd.tar.bz2 ayatana-indicator-datetime-04611676ec3a4038b58503d2ea2448a060e0d9dd.zip |
remove libtool reference from debian/rules
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 7bf5594..0e7a91f 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ LDFLAGS += -Wl,-z,defs -Wl,--as-needed override_dh_install: cd po; intltool-update --pot --verbose - dh_install -X.la --fail-missing + dh_install --fail-missing # Language packs for d in $$(find debian/indicator-datetime -type f \( -name "*.desktop" -o -name "*.directory" \) ); do \ sed -ri '/^(Name|GenericName|Comment|X-GNOME-FullName)\[/d' $$d; \ |