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

View File

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