From 1d6c743e4ccbc3e8abb5138335bc32ad51245942 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 31 Oct 2016 14:31:46 -0400 Subject: 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. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 04d36612f..e2413f3c7 100644 --- a/Makefile +++ b/Makefile @@ -144,8 +144,7 @@ linuxstandalone-nobuild: Build/Standalone Build/LinuxMkLibs install -d "$(LINUXSTANDALONE_DEST)/templates" install -d "$(LINUXSTANDALONE_DEST)/magic" cp /usr/share/file/magic.mgc "$(LINUXSTANDALONE_DEST)/magic" - install -d "$(LINUXSTANDALONE_DEST)/i18n" - cp /usr/share/i18n -a "$(LINUXSTANDALONE_DEST)/i18n" + cp /usr/share/i18n -a "$(LINUXSTANDALONE_DEST)" ./Build/LinuxMkLibs "$(LINUXSTANDALONE_DEST)" -- cgit v1.2.3