From f286b6e9c60cba54f3da68428fc034d272ba5ffc Mon Sep 17 00:00:00 2001 From: tsholokhova Date: Mon, 26 Mar 2018 18:59:40 +0300 Subject: [PATCH] Fixes --- etc/guix-install.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/etc/guix-install.sh b/etc/guix-install.sh index 933492a33..b4a9cdf94 100755 --- a/etc/guix-install.sh +++ b/etc/guix-install.sh @@ -263,10 +263,9 @@ sys_create_store() fi _msg "${INF}Linking the root user's profile" - ln -sf /var/guix/profiles/per-user/root/guix-profile \ - ~root/.guix-profile + ln -sf /var/guix/profiles/per-user/root/guix-profile /root/.guix-profile - GUIX_PROFILE="${HOME}/.guix-profile" + GUIX_PROFILE="/root/.guix-profile" source "${GUIX_PROFILE}/etc/profile" _msg "${PAS}activated root profile at /root/.guix-profile" } -- 2.14.1