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))"
|
||||
BASE_SPEC="$SCRIPT_BASE_DIR/$NAME.spec.base"
|
||||
TEMP_TEMPLATE="opencas-${THIS}"
|
||||
DEPENDENCIES=(sed git)
|
||||
DEPENDENCIES=(sed git mktemp rsync)
|
||||
# Dependencies for particular packages creation:
|
||||
DEPENDENCIES_TAR=(tar)
|
||||
DEPENDENCIES_ZIP=(zip)
|
||||
|
Loading…
Reference in New Issue
Block a user