summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-10-31 14:31:46 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-10-31 14:31:46 -0400
commit1d6c743e4ccbc3e8abb5138335bc32ad51245942 (patch)
tree48c7725003dae41b84aa425a60144d8e5dedcd30 /CHANGELOG
parente99b6f3e0d03553a8daf0839219da3c40f048f9c (diff)
Linux standalone: Fix location of locale files in the bundle.
The Makefile was putting them in git-annex.linux/i18n/i18n, and so I18NPATH did not point to the files. I think that on close enough to Debian systems, localedef then fell back to using the system-wide locale files, while on other systems it would fail to generate locales.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 2b6ce1626..2af027348 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,7 @@ git-annex (6.20161028) UNRELEASED; urgency=medium
* Assistant, repair: Fix ignoring of git fsck errors due to
duplicate file entries in tree objects.
+ * Linux standalone: Fix location of locale files in the bundle.
-- Joey Hess <id@joeyh.name> Mon, 31 Oct 2016 13:59:47 -0400