Skip to content

Commit

Permalink
update permissions to the script files placed in ./bin
Browse files Browse the repository at this point in the history
  • Loading branch information
Natalie Perlin authored and Natalie Perlin committed Aug 18, 2023
1 parent 3df7e85 commit 44af00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/build_nceplibs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ if [[ ${name} == "prod_util" && "$(printf '%s\n' "$min_version" "$install_as"
cd ..
done
if [ $? -eq 0 ]; then
cp -r ../ush/* ../build/bin/.
chmod 755 ../ush/* && cp -r ../ush/* ../build/bin/.
[[ ! -d $prefix ]] && mkdir $prefix
mv ../build/bin $prefix/.
fi
Expand Down

0 comments on commit 44af00b

Please sign in to comment.