diff options
author | Tomas Volf <~@wolfsden.cz> | 2024-04-05 19:09:37 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-04-29 22:56:44 +0200 |
commit | 08bb2dbb13cc7180a9d8316f9d52b6f7a20d5e8d (patch) | |
tree | 48787fe3ecef2ee2b10b9e80242d4b9ebaab07c9 /etc/guix-publish.service.in | |
parent | d7bf731573b99b4e057fc3b85c86083f5d4c125a (diff) | |
download | guix-08bb2dbb13cc7180a9d8316f9d52b6f7a20d5e8d.tar guix-08bb2dbb13cc7180a9d8316f9d52b6f7a20d5e8d.tar.gz |
guix-install.sh: Fix setting GUIX_LOCPATH.
After installing Guix home on my new foreign system, the locale did not
work and GDM did not even let me to log in. After some digging around using
tty3 and tty4, I realized the GUIX_LOCPATH is not being set properly.
I had nothing installed in the ~/.guix-profile (the symlink did not even
exist) and I had glibc-locales installed in ~/.guix-home, yet GUIX_LOCPATH
contained "$HOME/.guix-profile/lib/locale:".
I believe when the code was modified from the original "home or profile" to
the current "home and profile" the || was used by accident instead of &&.
I also remove the trailing :, since it is taken care of by the ${...:+:}.
* etc/guix-install.sh (sys_create_init_profile):
Change-Id: I8a3287fe809af58aee2edc924154eecf91fa1eb8
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'etc/guix-publish.service.in')
0 files changed, 0 insertions, 0 deletions