summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorAlfredo Moralejo <amoralej@redhat.com>2016-05-19 15:56:15 +0200
committerAlfredo Moralejo <amoralej@redhat.com>2016-05-19 15:56:15 +0200
commit9ae3ee5a8b6aa169e1f4179cee748c721f480229 (patch)
tree3c24e75423bbe3d3c6d34ba6ea23421ef18ea0f1 /MANIFEST.in
parentb6f39af58c75d100aed53d7cb7be1e1adc82f618 (diff)
downloadswift-9ae3ee5a8b6aa169e1f4179cee748c721f480229.tar.gz
Fix locale directory in MANIFEST.in
Actual location is swift/locale, not locale. This makes build to not include .mo files if they have been created previously with compile_catalog. Change-Id: I907e9bd6dde57cb9ed718656e56a313e82bad128 Closes-Bug: 1583618
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 87eb0c9c9..4a65073db 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -6,7 +6,7 @@ include tox.ini
include requirements.txt test-requirements.txt
graft doc
graft etc
-graft locale
+graft swift/locale
graft test/functional
graft test/probe
graft test/unit