make install, make install-strip

This commit is contained in:
netblue30 2015-09-11 07:58:34 -04:00
parent e5a4b41020
commit 0215cbc02b
4 changed files with 10 additions and 74 deletions

View file

@ -20,7 +20,7 @@ tar -xjvf $CODE_ARCHIVE
mkdir -p $INSTALL_DIR
cd $CODE_DIR
./configure --prefix=$INSTALL_DIR
make && make install
make && make install-strip
# second compilation - the path to libtrace.so is hardcoded in firejail executable
# pointing according to --prefix=$INSTALL_DIR. We need it to point to /usr/lib