app-benchmarks/sysbench: drop usage of which

Closes: https://bugs.gentoo.org/957948
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin 2025-06-14 11:39:59 +03:00
parent f85dfe49bc
commit 6d8b572efe
No known key found for this signature in database
GPG Key ID: 02A0AF503D120504

View File

@ -46,6 +46,8 @@ src_prepare() {
# Use system cram for running tests. # Use system cram for running tests.
sed -i tests/test_run.sh -e 's@$PYTHON $(command -v cram)@cram@' || die sed -i tests/test_run.sh -e 's@$PYTHON $(command -v cram)@cram@' || die
sed -i configure.ac -e 's@$(which git)@$(command -v git)@' || die
eautoreconf eautoreconf
} }