Skip to content

Commit 54bb3ec

Browse files
author
Caspar van Leeuwen
committed
Make sure the changed init scripts also end up in the tarball
1 parent 9c707e4 commit 54bb3ec

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

create_tarball.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ if [ -d ${eessi_version}/scripts ]; then
5151
find ${eessi_version}/scripts -type f | grep -v '/\.wh\.' >> ${files_list}
5252
fi
5353

54+
# also include init, which is also copied by install_scripts.sh
55+
if [ -d ${eessi_version}/init ]; then
56+
find ${eessi_version}/init -type f | grep -v '/\.wh\.' >> ${files_list}
57+
fi
58+
59+
60+
5461
if [ -d ${eessi_version}/software/${os}/${cpu_arch_subdir}/modules ]; then
5562
# module files
5663
find ${eessi_version}/software/${os}/${cpu_arch_subdir}/modules -type f | grep -v '/\.wh\.' >> ${files_list}

0 commit comments

Comments
 (0)