build: dev/ seems to work, but clutters non-stage directories

E.g. it would show up in the release set.
This commit is contained in:
Franco Fichtner 2021-10-14 20:19:30 +02:00
parent 1b716dda51
commit 9bdf70ca0d
1 changed files with 1 additions and 1 deletions

View File

@ -1192,7 +1192,7 @@ ${PLUGINSDIR}
(chflags -R noschg ${STAGE}; rm -rf ${STAGE} 2> /dev/null)
# revive directory for next run
mkdir -p ${STAGE}/dev
mkdir -p ${STAGE}
# additional directories if requested
for DIR in ${@}; do