aboutsummaryrefslogtreecommitdiffstats
path: root/mkdeb.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-09-11 07:58:34 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-09-11 07:58:34 -0400
commit0215cbc02bbca4160ec5f2319b867b00b55713c6 (patch)
tree9b100904f5dfbc30e5ac9101c84070c69b15f019 /mkdeb.sh
parentMerge pull request #60 from pstn/master (diff)
downloadfirejail-0215cbc02bbca4160ec5f2319b867b00b55713c6.tar.gz
firejail-0215cbc02bbca4160ec5f2319b867b00b55713c6.tar.zst
firejail-0215cbc02bbca4160ec5f2319b867b00b55713c6.zip
make install, make install-strip
Diffstat (limited to 'mkdeb.sh')
-rwxr-xr-xmkdeb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkdeb.sh b/mkdeb.sh
index 2a34b2699..f9eb20ad9 100755
--- a/mkdeb.sh
+++ b/mkdeb.sh
@@ -20,7 +20,7 @@ tar -xjvf $CODE_ARCHIVE
20mkdir -p $INSTALL_DIR 20mkdir -p $INSTALL_DIR
21cd $CODE_DIR 21cd $CODE_DIR
22./configure --prefix=$INSTALL_DIR 22./configure --prefix=$INSTALL_DIR
23make && make install 23make && make install-strip
24 24
25# second compilation - the path to libtrace.so is hardcoded in firejail executable 25# second compilation - the path to libtrace.so is hardcoded in firejail executable
26# pointing according to --prefix=$INSTALL_DIR. We need it to point to /usr/lib 26# pointing according to --prefix=$INSTALL_DIR. We need it to point to /usr/lib