Skip to content

Commit

Permalink
Fix /opt/42/InOut path in installers;
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucas9 committed Jul 29, 2019
1 parent 5956880 commit 55b3a52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion support/installers/centos/nos3_centos_64_MIN.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down
2 changes: 1 addition & 1 deletion support/installers/ubuntu/nos3_ubuntu_64_MIN.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit 55b3a52

Please sign in to comment.