mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
make install, make install-strip
This commit is contained in:
parent
e5a4b41020
commit
0215cbc02b
4 changed files with 10 additions and 74 deletions
2
mkdeb.sh
2
mkdeb.sh
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue