Subj : install/install-sbbs.mk To : Git commit to main/sbbs/master From : Rob Swindell (on Debian Linux) Date : Fri Jan 16 2026 12:40 am https://gitlab.synchro.net/main/sbbs/-/commit/797f1c6dbd98013ae86a32d4 Modified Files: install/install-sbbs.mk Log Message: Add $(SBBSDIR) dependencies to various $(SBBSDIR)/* directory targets If the $(SBBSDIR) didn't exist, the first 'cp -r' to it would create it, but specific subdirectory (e.g. ctrl/) wouldn't be created, the contents would just go directly into $(SBBSDIR). This fixes that. e.g. 'make -f install-sbbs.mk SBBSDIR=~/test REPODIR=~/repo' would create a bad install if ~/test didn't already exist. .