summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-06-25 16:10:38 +0200
committerChristian Grothoff <christian@grothoff.org>2021-06-25 16:10:38 +0200
commit0604cb36393129bd292caf1fab3e267fb2030fc8 (patch)
tree5a751793bd5c19c894f2d44fa09f2cdd6bef42bb /bootstrap
parentf168af55719d3b6078d2b6afe864dcf4fca09100 (diff)
downloadmerchant-0604cb36393129bd292caf1fab3e267fb2030fc8.tar.gz
merchant-0604cb36393129bd292caf1fab3e267fb2030fc8.tar.bz2
merchant-0604cb36393129bd292caf1fab3e267fb2030fc8.zip
fix bootstrap
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index d844b7c2..e3e4d3d4 100755
--- a/bootstrap
+++ b/bootstrap
@@ -34,6 +34,7 @@ autoreconf -if
echo "Importing single-page app (from external Git repository)"
cd contrib/merchant-backoffice
+git checkout prebuilt
cp spa.html ..
cd ../..