Merge pull request #418 from rafalste/pckgen_deps
Fix pckgen dependencies
This commit is contained in:
commit
80327aea1b
@ -19,7 +19,7 @@ ARCH="$(uname -i)"
|
|||||||
SCRIPT_BASE_DIR="$(dirname $(realpath $0))"
|
SCRIPT_BASE_DIR="$(dirname $(realpath $0))"
|
||||||
BASE_SPEC="$SCRIPT_BASE_DIR/$NAME.spec.base"
|
BASE_SPEC="$SCRIPT_BASE_DIR/$NAME.spec.base"
|
||||||
TEMP_TEMPLATE="opencas-${THIS}"
|
TEMP_TEMPLATE="opencas-${THIS}"
|
||||||
DEPENDENCIES=(sed git)
|
DEPENDENCIES=(sed git mktemp rsync)
|
||||||
# Dependencies for particular packages creation:
|
# Dependencies for particular packages creation:
|
||||||
DEPENDENCIES_TAR=(tar)
|
DEPENDENCIES_TAR=(tar)
|
||||||
DEPENDENCIES_ZIP=(zip)
|
DEPENDENCIES_ZIP=(zip)
|
||||||
|
Loading…
Reference in New Issue
Block a user