guix-install.sh: Export INFOPATH to contain updated guix info-pages
authorPrafulla Giri <pratheblackdiamond@gmail.com>
Tue, 21 Jan 2020 06:40:24 +0000 (12:25 +0545)
committerLudovic Courtès <ludo@gnu.org>
Sun, 26 Jan 2020 22:21:39 +0000 (23:21 +0100)
commit5c03516a6bc6bff69b99ec8d29a87603685f7041
treea03ca7f641fb81f28a51012e2dae46dccb8dbe4e
parent98dd9ff8006bde715cd25dbd75caceee28b2aa5d
guix-install.sh: Export INFOPATH to contain updated guix info-pages

* etc/guix-install.sh (sys_create_init_profile): Export INFOPATH to include
the updated info-pages from ~/.config/guix/current/share/info.  This also makes
sure that both /usr/bin/info and $GUIX_PROFILE/bin/info can read guix info pages
without throwing "no menu item 'guix' in node dir(Top)" error.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
etc/guix-install.sh