Skip to content

Commit b041f50

Browse files
authored
Merge pull request EESSI#164 from casparvl/fix_find
2 parents 29f2afb + c4a8bac commit b041f50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

create_tarball.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ for subdir in ${sw_subdirs}; do
9191
echo "handling ${package_version}"
9292
find ${eessi_version}/software/${os}/${subdir}/software/${package_version} -maxdepth 0 -type d \! -name '.wh.*' >> ${files_list}
9393
# 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
94+
if [ -d ${eessi_version}/software/${os}/${subdir}/reprod/${package_version} ]; then
9595
find ${eessi_version}/software/${os}/${subdir}/reprod/${package_version} -maxdepth 0 -type d \! -name '.wh.*' >> ${files_list}
9696
fi
9797
done

0 commit comments

Comments
 (0)