summaryrefslogtreecommitdiff
path: root/strata/core/util-linux.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/core/util-linux.morph')
-rw-r--r--strata/core/util-linux.morph4
1 files changed, 3 insertions, 1 deletions
diff --git a/strata/core/util-linux.morph b/strata/core/util-linux.morph
index eebba6f6..290283d1 100644
--- a/strata/core/util-linux.morph
+++ b/strata/core/util-linux.morph
@@ -1,8 +1,10 @@
name: util-linux
kind: chunk
build-system: autotools
-configure-commands:
+pre-configure-commands:
+- echo "2.26.1" > .tarball-version
- ./autogen.sh
+configure-commands:
# Installing to /bin so that they overwrite busybox login.
- |
./configure --prefix="$PREFIX" \