From 6730f4c0cce738b79bdd3a661ab9077ec7839176 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 7 Feb 2017 13:03:28 -0500 Subject: --git-install: default disabled in ./configure script --- src/fgit/fgit-uninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fgit/fgit-uninstall.sh') diff --git a/src/fgit/fgit-uninstall.sh b/src/fgit/fgit-uninstall.sh index 9a370546d..bc7cc9563 100644 --- a/src/fgit/fgit-uninstall.sh +++ b/src/fgit/fgit-uninstall.sh @@ -6,7 +6,7 @@ set -e # exit immediately if one of the commands fails cd /tmp # by the time we start this, we should have a tmpfs mounted on top of /tmp git clone --depth=1 https://www.github.com/netblue30/firejail.git cd firejail -./configure +./configure --enable-git-install sudo make uninstall echo "**********************************************************************" echo "Firejail mainline git version uninstalled from /usr/local" -- cgit v1.2.3-54-g00ecf