Merge pull request #418 from rafalste/pckgen_deps

Fix pckgen dependencies
This commit is contained in:
Robert Baldyga 2020-05-25 15:04:25 +02:00 committed by GitHub
commit 80327aea1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)