aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2024-09-14 07:06:36 -0500
committerBen Kohler <bkohler@gentoo.org>2024-09-14 07:06:36 -0500
commitf1c2b6d186ec30fb3c634875e1d7eafc2f63f044 (patch)
tree2105f5276c88e55c54ef29d9911358431568aead
parentportage/livegui: disable opengl on libwebp to work around circular dep (diff)
downloadreleng-f1c2b6d186ec30fb3c634875e1d7eafc2f63f044.tar.gz
releng-f1c2b6d186ec30fb3c634875e1d7eafc2f63f044.tar.bz2
releng-f1c2b6d186ec30fb3c634875e1d7eafc2f63f044.zip
tools/catalyst-auto: replace DATESTAMP in specs as well
We started using this variable in specs but it's not in the sed list yet. Signed-off-by: Ben Kohler <bkohler@gentoo.org>
-rwxr-xr-xtools/catalyst-auto1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/catalyst-auto b/tools/catalyst-auto
index d1a72d91..cc532c3d 100755
--- a/tools/catalyst-auto
+++ b/tools/catalyst-auto
@@ -440,6 +440,7 @@ run_catalyst_commands() {
# Expand vars that the spec expects us to.
sed -i \
-e "s:@TIMESTAMP@:${TIMESTAMP}:g" \
+ -e "s:@DATESTAMP@:${DATESTAMP}:g"
-e "s:@REPO_DIR@:${REPO_DIR}:g" \
-e "s:@TREEISH@:${TREEISH}:g" \
"${i}"