summaryrefslogtreecommitdiff
path: root/elements/core/bison.bst
diff options
context:
space:
mode:
Diffstat (limited to 'elements/core/bison.bst')
-rw-r--r--elements/core/bison.bst5
1 files changed, 4 insertions, 1 deletions
diff --git a/elements/core/bison.bst b/elements/core/bison.bst
index 2f4f697e..fda641db 100644
--- a/elements/core/bison.bst
+++ b/elements/core/bison.bst
@@ -33,5 +33,8 @@ sources:
config:
configure-commands:
- - sh bootstrap --skip-po --no-git --gnulib-srcdir=gnulib
+ # If we don't run `./boostrap` with git, this script will look
+ # for the .tarball-version file to set up some versioning.
+ - echo "3.0.4" > .tarball-version
+ - ./bootstrap --skip-po --no-git --gnulib-srcdir=gnulib
- ./configure --prefix="%{prefix}"