Skip to content

Commit

Permalink
add file SUPPORT
Browse files Browse the repository at this point in the history
  • Loading branch information
McArcady committed Dec 4, 2022
1 parent cd8c83b commit f1c29fe
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
13 changes: 13 additions & 0 deletions SUPPORT
Original file line number Diff line number Diff line change
@@ -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!
4 changes: 4 additions & 0 deletions scripts/lnp-forge.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit f1c29fe

Please sign in to comment.