Skip to content

Commit

Permalink
[misc] fix setup path
Browse files Browse the repository at this point in the history
  • Loading branch information
adfaure committed Apr 5, 2022
1 parent 725e161 commit 39d1a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/deb-gen/build-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if [ $GIT_CLONE == 1 ]; then
else
echo "Work locally"
git clone --branch=${BRANCH_NAME} ../.. $BUILD_DIR/oar3
cp setup.py setup.cfg $BUILD_DIR/oar3
cp ../../setup.py ../../setup.cfg $BUILD_DIR/oar3
fi
fi

Expand Down

0 comments on commit 39d1a55

Please sign in to comment.