Skip to content
Snippets Groups Projects
Commit 3a157b25 authored by Ruud Beukema's avatar Ruud Beukema
Browse files

Task #11527: Fixed bug in lofar-documentation build-script

parent 66a92419
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ fi
# Suggest user to make use of the predefined CMake settings based on the hostname passed to the container
HOSTNAME=`hostname`
if [ "lofardocker" != "$HOSTNAME" ]; then
echo "In order to use the CMake presets from the variants file 'variants.lofardocker'"
echo "In order to use the CMake presets from the variants file 'variants.lofar-documentation'"
echo "run the docker container with the hostname argument:"
echo "-h lofardocker"
echo ""
......@@ -44,8 +44,3 @@ cmake -DBUILD_DOCUMENTATION=ON ../..
echo "Instructing CMake to build the documentation"
make doc
# Since we're running as root in the Docker container all created stuff ends up belonging to root. Allow others to do
# whatever they want with it as well.
echo "Setting permission on the generated content"
chown -R 777 "$LOFAR_BRANCH_MOUNT_DIR/build"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment