mirror of
https://github.com/octoleo/telegram-bot-bash.git
synced 2024-11-21 23:25:08 +00:00
dev: make-dist do not overwrite bashbot.rc
This commit is contained in:
parent
fa8e8a267c
commit
58e789a079
@ -7,7 +7,7 @@
|
|||||||
#
|
#
|
||||||
# Options: --notest - skip tests
|
# Options: --notest - skip tests
|
||||||
#
|
#
|
||||||
#### $$VERSION$$ v1.25-dev-14-g2fe6d4b
|
#### $$VERSION$$ v1.25-dev-35-gfa8e8a2
|
||||||
##############################################################
|
##############################################################
|
||||||
|
|
||||||
# magic to ensure that we're always inside the root of our application,
|
# magic to ensure that we're always inside the root of our application,
|
||||||
@ -26,7 +26,7 @@ DISTNAME="telegram-bot-bash"
|
|||||||
DISTDIR="./DIST/${DISTNAME}"
|
DISTDIR="./DIST/${DISTNAME}"
|
||||||
DISTMKDIR="data-bot-bash logs bin bin/logs addons"
|
DISTMKDIR="data-bot-bash logs bin bin/logs addons"
|
||||||
|
|
||||||
DISTFILES="bashbot.rc bashbot.sh commands.sh mycommands.sh.clean bin doc examples scripts modules LICENSE README.md README.txt README.html"
|
DISTFILES="bashbot.sh commands.sh mycommands.sh.clean bin doc examples scripts modules LICENSE README.md README.txt README.html"
|
||||||
DISTFILESDIST="mycommands.sh bashbot.rc $(echo "addons/"*.sh)"
|
DISTFILESDIST="mycommands.sh bashbot.rc $(echo "addons/"*.sh)"
|
||||||
|
|
||||||
# run tests first!
|
# run tests first!
|
||||||
|
Loading…
Reference in New Issue
Block a user