diff options
author | Ben Kohler <bkohler@gentoo.org> | 2024-09-14 07:06:36 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2024-09-14 07:06:36 -0500 |
commit | f1c2b6d186ec30fb3c634875e1d7eafc2f63f044 (patch) | |
tree | 2105f5276c88e55c54ef29d9911358431568aead | |
parent | portage/livegui: disable opengl on libwebp to work around circular dep (diff) | |
download | releng-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-x | tools/catalyst-auto | 1 |
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}" |