Skip to content

Commit 868a8a8

Browse files
committed
/tmp/overlay-upper should now be /tmp/<repo-name>/overlay-upper
1 parent e9d6a37 commit 868a8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create_tarball.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if [ ! -d ${software_dir} ]; then
2626
exit 2
2727
fi
2828

29-
overlay_upper_dir="${eessi_tmpdir}/overlay-upper"
29+
overlay_upper_dir="${eessi_tmpdir}/${cvmfs_repo}/overlay-upper"
3030

3131
software_dir_overlay="${overlay_upper_dir}/versions/${eessi_version}"
3232
if [ ! -d ${software_dir_overlay} ]; then

0 commit comments

Comments
 (0)