We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29f2afb + c4a8bac commit b041f50Copy full SHA for b041f50
1 file changed
create_tarball.sh
@@ -91,7 +91,7 @@ for subdir in ${sw_subdirs}; do
91
echo "handling ${package_version}"
92
find ${eessi_version}/software/${os}/${subdir}/software/${package_version} -maxdepth 0 -type d \! -name '.wh.*' >> ${files_list}
93
# if there is a directory for this installation in the stack's reprod directory, include that too
94
- if [ -d ${eessi_version}/software/${os}/${subdir}/reprod ]; then
+ if [ -d ${eessi_version}/software/${os}/${subdir}/reprod/${package_version} ]; then
95
find ${eessi_version}/software/${os}/${subdir}/reprod/${package_version} -maxdepth 0 -type d \! -name '.wh.*' >> ${files_list}
96
fi
97
done
0 commit comments