Skip to content

Commit

Permalink
Look for installed software in the right directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Neves-P committed Nov 10, 2024
1 parent 9eca5e4 commit 0e68f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ for subdir in ${cpu_arch_subdir} ${cpu_arch_subdir}/accel/${accel_subdir}; do
# installation directories), the procedure will likely not work.
for package_version in $(cat ${module_files_list}); do
echo "handling ${package_version}"
ls -d ${eessi_version}/software/${os}/${subdir}/software/${package_version} \
ls -d ${install_prefix_dir}/software/${os}/${subdir}/software/${package_version} \
| grep -v '/\.wh\.' >> ${files_list} || true # Make sure we don't exit because of set -e if grep doesn't return a match
done
fi
Expand Down

0 comments on commit 0e68f18

Please sign in to comment.