aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-06-03 11:48:41 +0200
committerLudovic Courtès <ludo@gnu.org>2014-06-03 11:48:41 +0200
commit585c651951e5217daaac650865aa56cb4b6c74bb (patch)
tree787e2e759d08dc3a09df33b29dbe273e90d434b7
parentb6772a01e98e2d64a356698867fe4dd21252df11 (diff)
downloadguix-585c651951e5217daaac650865aa56cb4b6c74bb.tar.gz
guix-585c651951e5217daaac650865aa56cb4b6c74bb.zip
system: Make sure /run/setuid-programs comes first in $PATH.
* gnu/system.scm (etc-directory) <bashrc>: Move /run/setuid-programs first in $PATH.
-rw-r--r--gnu/system.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/system.scm b/gnu/system.scm
index 548184f5d5..ec54b8baf0 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -248,8 +248,8 @@ export LC_ALL=\"" locale "\"
export TZ=\"" timezone "\"
export TZDIR=\"" tzdata "/share/zoneinfo\"
-export PATH=/run/setuid-programs:/run/current-system/profile/sbin
-export PATH=$HOME/.guix-profile/bin:/run/current-system/profile/bin:$PATH
+export PATH=$HOME/.guix-profile/bin:/run/current-system/profile/bin
+export PATH=/run/setuid-programs:/run/current-system/profile/sbin:$PATH
export CPATH=$HOME/.guix-profile/include:" profile "/include
export LIBRARY_PATH=$HOME/.guix-profile/lib:" profile "/lib
alias ls='ls -p --color'
00:50 +0200'>2020-04-08Merge branch 'master' into core-updatesMarius Bakke 2020-04-02gnu: transmission: Install icons to the "gui" output.Pierre Neidhardt 2020-03-27Merge branch 'master' into core-updatesMarius Bakke 2020-03-22gnu: qbittorrent: Fix icons not showing in GUI.Guillaume Le Vaillant 2020-03-14gnu: libtorrent-rasterbar: Build with Python 3.Marius Bakke 2020-02-15gnu: libtorrent-rasterbar: Update to 1.1.14.Marius Bakke 2020-01-03gnu: qbittorrent: Update to 4.2.1.Tobias Geerinckx-Rice 2019-12-19Update email for Brett Gilio.Brett Gilio 2019-12-07gnu: qbittorrent: Update to 4.2.0.Brett Gilio 2019-11-01gnu: qbittorrent: Update to 4.1.9.1.Tobias Geerinckx-Rice 2019-10-29gnu: qbittorrent: Update to 4.1.9.Tobias Geerinckx-Rice 2019-10-25gnu: qbittorrent: Update to 4.1.8.Tobias Geerinckx-Rice 2019-10-20gnu: Remove more GCC < 7 workarounds.Marius Bakke 2019-10-20gnu: transmission: Update home page.Marius Bakke 2019-10-07Merge branch 'master' into core-updatesLudovic Courtès 2019-10-07gnu: aria2: Update to 1.35.0.Efraim Flashner 2019-08-29Merge branch 'master' into core-updatesMark H Weaver 2019-08-29gnu: rtorrent: Update to 0.9.8.Marius Bakke 2019-08-29gnu: libtorrent: Update to 0.13.8.Marius Bakke 2019-08-13Merge branch 'master' into core-updatesMarius Bakke 2019-08-13gnu: tremc: Update to 0.9.1-0.4d50dab.Leo Famulari 2019-07-03gnu: libtorrent-rasterbar: Remove GCC5 workaround.Marius Bakke 2019-05-11gnu: qbittorrent: Update to 4.1.6.Tobias Geerinckx-Rice 2019-05-09gnu: libtorrent-rasterbar: Update to 1.1.13.Marius Bakke