diff options
author | Alessandro Ghedini <al3xbio@gmail.com> | 2012-03-05 12:21:39 +0100 |
---|---|---|
committer | Alessandro Ghedini <al3xbio@gmail.com> | 2012-03-05 12:21:39 +0100 |
commit | b77e483d21a0c1cd90954fad641b5459e4f8a6a9 (patch) | |
tree | 6cacd587f49d345e4738434b83c2b2e68a9bd761 /debian/rules | |
parent | 21d90dc741042fb3403b085c97d214fbe5718724 (diff) |
Do not override dh_auto_install anymore (pt_BR locale has the correct name now)
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/rules b/debian/rules index 14440af..bcc9077 100755 --- a/debian/rules +++ b/debian/rules @@ -3,9 +3,3 @@ %: dh $@ --buildsystem=cmake -override_dh_auto_install: - dh_auto_install - # install invalid locale pt-br as pt_BR (fix unknown-locale-code) - mv debian/gnome-pie/usr/share/locale/pt-br \ - debian/gnome-pie/usr/share/locale/pt_BR - |