commit e11d113e0589ba254594435e238032ca2051fb1a parent 4c79e8a49967c02158fd610961476ceab927afea Author: MS <ms@taler.net> Date: Tue, 25 May 2021 09:22:56 +0200 remove backoffice build from bootstrap script Diffstat:
| M | bootstrap | | | 14 | +++++++------- |
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/bootstrap b/bootstrap @@ -32,12 +32,12 @@ fi echo "$0: Running autoreconf" autoreconf -if -echo "Building single-page app (from external Git repository)" -cd contrib/merchant-backoffice -./bootstrap -./configure -make build-single -cp packages/frontend/single/index.html ../spa.html -cd ../.. +#echo "Building single-page app (from external Git repository)" +#cd contrib/merchant-backoffice +#./bootstrap +#./configure +#make build-single +#cp packages/frontend/single/index.html ../spa.html +#cd ../.. exit 0