From e770428816c56ae5d9f7e767d53cdf2c46df9b42 Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Wed, 3 Feb 2016 18:47:37 +0100 Subject: [PATCH] Old locinst: /usr/games to /home/peipa2/gbontoux/.locinst//bin:/home/peipa2/gbontoux/.locinst//usr/bin:/home/peipa2/gbontoux/.locinst//usr/games/:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/home/peipa2/gbontoux/.local/bin:/home/peipa2/gbontoux/.cabal/bin:/home/peipa2/gbontoux/.gem/ruby/2.2.0/bin/ --- scripts/locinst.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/locinst.sh b/scripts/locinst.sh index a01141a..9cc4e5f 100755 --- a/scripts/locinst.sh +++ b/scripts/locinst.sh @@ -10,7 +10,7 @@ export LOCINST_DB="$HOME/.config/locinst/" LOCINST_TMP=/tmp/locinst # Path set -export PATH="$LOCINST_DIR/bin:$LOCINST_DIR/usr/bin:$PATH" +export PATH="$LOCINST_DIR/bin:$LOCINST_DIR/usr/bin:$LOCINST_DIR/usr/games/:$PATH" export LD_LIBRARY_PATH="$LOCINST_DIR/lib:$LOCINST_DIR/usr/lib:$LD_LIBRARY_PATH" # Dir set