diff --git a/SUPPORT b/SUPPORT new file mode 100644 index 0000000..7e68e98 --- /dev/null +++ b/SUPPORT @@ -0,0 +1,13 @@ +The patrons of the LinuxDwarfPack are: + Hannes Rantzsch + ronnietucker + Roland Everaert + +Contributors to the LinuxDwarfPack are: + corollari + DHMike57 + Kribylet + Ramblurr + theasp + +Many thanks to them! diff --git a/scripts/lnp-forge.sh.in b/scripts/lnp-forge.sh.in index bac8f58..ed5667c 100755 --- a/scripts/lnp-forge.sh.in +++ b/scripts/lnp-forge.sh.in @@ -612,6 +612,10 @@ if [ -z "${CT_RESTART}" ]; then fi fi +# support file +support_file="SUPPORT" +CT_DoExecLog DEBUG cp "${support_file}" "$(get_lnp_dir)/" + # credits file credits_file="$(get_lnp_dir)/PRAISE_THE_MODDERS" CT_DoExecLog DEBUG rm -f "${credits_file}"