Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker/base/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -450,5 +450,5 @@ for dir in `ls /usr/local`; do
fi
done

# set owner of created executables to owner of the /build direcotry
chown -R --reference /build /build/*
# set owner of created executables to owner of the /build directory (all executables and created directories start with $NAME)
chown -R --reference /build /build/"$NAME"*