From 55b3a52796fd09d8a79950610fee71e805c24663 Mon Sep 17 00:00:00 2001 From: "Lucas, John P" Date: Mon, 29 Jul 2019 13:04:04 -0400 Subject: [PATCH] Fix `/opt/42/InOut` path in installers; --- support/installers/centos/nos3_centos_64_MIN.sh | 2 +- support/installers/ubuntu/nos3_ubuntu_64_MIN.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/support/installers/centos/nos3_centos_64_MIN.sh b/support/installers/centos/nos3_centos_64_MIN.sh index 72225835..a4abdd89 100644 --- a/support/installers/centos/nos3_centos_64_MIN.sh +++ b/support/installers/centos/nos3_centos_64_MIN.sh @@ -93,7 +93,7 @@ echo "42..." git reset --hard --quiet fe112678681bf752eb84fecf302b71117956846c sed -i -e 's/#NOS3FSW/NOS3FSW/; s/ARCHFLAG = /ARCHFLAG = -m32 /; s/LFLAGS = /LFLAGS = -m32 /;' Makefile make &> /dev/null - chmod -R ugo+w 42/InOut + chmod -R ugo+w /opt/42/InOut chown -R $NOS3_USER:$NOS3_USER /opt/42 echo "Fixes and environmental variables..." diff --git a/support/installers/ubuntu/nos3_ubuntu_64_MIN.sh b/support/installers/ubuntu/nos3_ubuntu_64_MIN.sh index 347a2536..b75f9ffa 100644 --- a/support/installers/ubuntu/nos3_ubuntu_64_MIN.sh +++ b/support/installers/ubuntu/nos3_ubuntu_64_MIN.sh @@ -95,7 +95,7 @@ echo "42..." git reset --hard --quiet fe112678681bf752eb84fecf302b71117956846c sed -i -e 's/#NOS3FSW/NOS3FSW/; s/ARCHFLAG = /ARCHFLAG = -m32 /; s/LFLAGS = /LFLAGS = -m32 /;' Makefile make &> /dev/null - chmod -R ugo+w 42/InOut + chmod -R ugo+w /opt/42/InOut chown -R $NOS3_USER:$NOS3_USER /opt/42 echo "Fixes and environmental variables..."