Skip to content

Commit

Permalink
build: fix python path substitution
Browse files Browse the repository at this point in the history
Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
  • Loading branch information
nyoxi committed Jun 17, 2019
1 parent e63b489 commit 8dd62a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ do_install() {

mkdir -p $BIN_DIR
install --mode=0755 -T wrapper/virt-v2v-wrapper.py $BIN_DIR/virt-v2v-wrapper
sed -i "1s/python2\$/$PYTHON/" $BIN_DIR/virt-v2v-wrapper
sed -i "1s#/usr/bin/python2\$#$PYTHON#" $BIN_DIR/virt-v2v-wrapper

mkdir -p "$AUX_DATA_DIR/playbooks"
install -t "$AUX_DATA_DIR/playbooks" ansible/examples/*.yml
Expand Down

0 comments on commit 8dd62a4

Please sign in to comment.