From 34ae3383688b0156ee31f21a8f50e5c2b369c369 Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Sun, 20 Nov 2016 14:38:40 +0100 Subject: [PATCH] Well, git uses it own path, great I'm sure there will be TONS of those --- scripts/debloc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/debloc.sh b/scripts/debloc.sh index c371836..05bcbf2 100755 --- a/scripts/debloc.sh +++ b/scripts/debloc.sh @@ -10,7 +10,7 @@ DEBIAN_MIRROR=http://debian.polytech-lille.fr/debian mkdir -p $DEBLOC_DB &> /dev/null mkdir -p $DEBLOC_ROOT &> /dev/null -export PATH="$DEBLOC_ROOT/usr/bin:$DEBLOC_ROOT/usr/games/:$PATH" +export PATH="$DEBLOC_ROOT/usr/bin:$DEBLOC_ROOT/usr/games/:$DEBLOC_ROOT/usr/lib/git-core:$PATH" export LD_LIBRARY_PATH="$DEBLOC_ROOT/lib:$LD_LIBRARY_PATH" export PYTHONPATH="$DEBLOC_ROOT/usr/lib/python3:$PYTHONPATH" export QT_QPA_PLATFORM_PLUGIN_PATH="$DEBLOC_ROOT/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms"