Skip to content

Commit

Permalink
fix: don't copy games.d when installing trunk
Browse files Browse the repository at this point in the history
This directory is now supposed to be templated, so trunk updates + dgl
publish were constantly fighting it out.

(cherry picked from commit 79f3ea8)
  • Loading branch information
crawl.akrasiac.org staff authored and rawlins committed Mar 20, 2024
1 parent a0e92f2 commit 962ca5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chroot/sbin/install-trunk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ copy-data-files() {
cp -r README.txt README.md $DATADIR 2>/dev/null || true
cp -r settings/. $DGL_SETTINGS_DIR/$GAME-settings
cp -r source/webserver/game_data/. $DATADIR/web
cp -r source/webserver/!(config.py|game_data|templates) $WEBDIR
cp -r source/webserver/!(config.py|game_data|templates|games.d) $WEBDIR
cp source/webserver/templates/client.html $WEBDIR/templates/
cp source/webserver/templates/game_links.html $WEBDIR/templates/

Expand Down

0 comments on commit 962ca5a

Please sign in to comment.