mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Use dist_scripts instead of scripts
This commit is contained in:
parent
152ced0584
commit
d3a40fc617
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|||
DIST_XML="$SCRIPT_DIR/distribution.xml"
|
||||
BUILD_DIR="$SCRIPT_DIR/build"
|
||||
CMD_OUTPUT=$(mktemp -t cmd_log.XXX)
|
||||
SCRIPTS_DIR="$SCRIPT_DIR/scripts"
|
||||
SCRIPTS_DIR="$SCRIPT_DIR/dist_scripts"
|
||||
# Get the python version from the relenv python
|
||||
BLD_PY_BIN="$BUILD_DIR/opt/salt/bin/python3"
|
||||
PY_VER=$($BLD_PY_BIN -c 'import sys; print(".".join(map(str, sys.version_info[:2])))')
|
||||
|
|
Loading…
Add table
Reference in a new issue