mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
sys-apps/lact: use cargo_target_dir helper
This will cause QA notice (sed noop) in normal builds but I accept it for readability. Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -387,7 +387,7 @@ QA_FLAGS_IGNORED="usr/bin/lact"
|
||||
|
||||
src_configure() {
|
||||
sed -i "/^strip =/d" Cargo.toml || die
|
||||
use debug && { sed -i "s|target/release|target/debug|" Makefile || die; }
|
||||
sed -i "s|target/release|$(cargo_target_dir)|" Makefile || die
|
||||
|
||||
local myfeatures=(
|
||||
$(usev drm)
|
||||
|
||||
Reference in New Issue
Block a user