Skip to content

Commit

Permalink
Build script:
Browse files Browse the repository at this point in the history
* Explicitly remove build directory prior to attempting to change permissions and do the build as make might not be installed yet.
  • Loading branch information
mikeov committed Oct 27, 2024
1 parent cbad04c commit 9c835a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ set_build_type() {

if [ $# -eq 5 -a x"$1" = x'build' ]; then
set_build_type "$4"
make clean
rm -rf build
if [ x"$MYUSER" != x ]; then
# Create regular user to run the build and test under it.
id -u "$MYUSER" >/dev/null 2>&1 || useradd -m "$MYUSER"
Expand Down

0 comments on commit 9c835a4

Please sign in to comment.