aboutsummaryrefslogtreecommitdiffstats
path: root/src/fgit/fgit-uninstall.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-02-07 13:03:28 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2017-02-07 13:03:28 -0500
commit6730f4c0cce738b79bdd3a661ab9077ec7839176 (patch)
tree532e27c7d39511e84a59039dcf388c9ef55d8cbd /src/fgit/fgit-uninstall.sh
parentdisable --git-install at compile time (diff)
downloadfirejail-6730f4c0cce738b79bdd3a661ab9077ec7839176.tar.gz
firejail-6730f4c0cce738b79bdd3a661ab9077ec7839176.tar.zst
firejail-6730f4c0cce738b79bdd3a661ab9077ec7839176.zip
--git-install: default disabled in ./configure script
Diffstat (limited to 'src/fgit/fgit-uninstall.sh')
-rw-r--r--src/fgit/fgit-uninstall.sh2
1 files changed, 1 insertions, 1 deletions
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
6cd /tmp # by the time we start this, we should have a tmpfs mounted on top of /tmp 6cd /tmp # by the time we start this, we should have a tmpfs mounted on top of /tmp
7git clone --depth=1 https://www.github.com/netblue30/firejail.git 7git clone --depth=1 https://www.github.com/netblue30/firejail.git
8cd firejail 8cd firejail
9./configure 9./configure --enable-git-install
10sudo make uninstall 10sudo make uninstall
11echo "**********************************************************************" 11echo "**********************************************************************"
12echo "Firejail mainline git version uninstalled from /usr/local" 12echo "Firejail mainline git version uninstalled from /usr/local"