mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
make deb is build using the current configuration
This commit is contained in:
parent
528e3a6916
commit
0c2cd3fa61
1 changed files with 3 additions and 1 deletions
4
mkdeb.sh
4
mkdeb.sh
|
|
@ -18,7 +18,9 @@ echo "*****************************************"
|
|||
tar -xJvf $CODE_ARCHIVE
|
||||
#mkdir -p $INSTALL_DIR
|
||||
cd $CODE_DIR
|
||||
./configure --prefix=/usr
|
||||
cp ../config.status .
|
||||
./config.status
|
||||
#./configure --prefix=/usr
|
||||
make
|
||||
mkdir debian
|
||||
DESTDIR=debian make install-strip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue