Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion create_tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ for subdir in ${sw_subdirs}; do
echo "handling ${package_version}"
find ${eessi_version}/software/${os}/${subdir}/software/${package_version} -maxdepth 0 -type d \! -name '.wh.*' >> ${files_list}
# if there is a directory for this installation in the stack's reprod directory, include that too
if [ -d ${eessi_version}/software/${os}/${subdir}/reprod ]; then
if [ -d ${eessi_version}/software/${os}/${subdir}/reprod/${package_version} ]; then
find ${eessi_version}/software/${os}/${subdir}/reprod/${package_version} -maxdepth 0 -type d \! -name '.wh.*' >> ${files_list}
fi
done
Expand Down