aboutsummaryrefslogtreecommitdiffstats
path: root/src/fgit/fgit-install.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-install.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-install.sh')
-rwxr-xr-xsrc/fgit/fgit-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fgit/fgit-install.sh b/src/fgit/fgit-install.sh
index 9e43559a1..1f710c688 100755
--- a/src/fgit/fgit-install.sh
+++ b/src/fgit/fgit-install.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
10make 10make
11sudo make install-strip 11sudo make install-strip
12echo "**********************************************************************" 12echo "**********************************************************************"