summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ghedini <al3xbio@gmail.com>2012-03-05 12:21:39 +0100
committerAlessandro Ghedini <al3xbio@gmail.com>2012-03-05 12:21:39 +0100
commitb77e483d21a0c1cd90954fad641b5459e4f8a6a9 (patch)
tree6cacd587f49d345e4738434b83c2b2e68a9bd761
parent21d90dc741042fb3403b085c97d214fbe5718724 (diff)
Do not override dh_auto_install anymore (pt_BR locale has the correct name now)
-rwxr-xr-xdebian/rules6
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
-