mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
merged building on systems without bash from manevich
This commit is contained in:
parent
c211601960
commit
32dbd9104d
6 changed files with 8 additions and 8 deletions
6
mkdeb.sh
6
mkdeb.sh
|
|
@ -1,12 +1,12 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
# based on http://tldp.org/HOWTO/html_single/Debian-Binary-Package-Building-HOWTO/
|
||||
# a code archive should already be available
|
||||
|
||||
TOP=`pwd`
|
||||
CODE_ARCHIVE="$1-$2.tar.bz2"
|
||||
CODE_DIR="$1-$2"
|
||||
INSTALL_DIR+="$CODE_DIR/debian"
|
||||
DEBIAN_CTRL_DIR+="$CODE_DIR/debian/DEBIAN"
|
||||
INSTALL_DIR="${INSTALL_DIR}${CODE_DIR}/debian"
|
||||
DEBIAN_CTRL_DIR="${DEBIAN_CTRL_DIR}${CODE_DIR}/debian/DEBIAN"
|
||||
|
||||
echo "*****************************************"
|
||||
echo "code archive: $CODE_ARCHIVE"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue