aboutsummaryrefslogtreecommitdiffstats
path: root/mkdeb.sh
diff options
context:
space:
mode:
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