From 36d1cb0f9dd5719e849fc5997e93e6254bb2c7fb Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Thu, 29 Aug 2024 07:35:22 -0700 Subject: [PATCH] fix: tracy (#2019) (#2032) Signed-off-by: madomado (cherry picked from commit e4d3e4d5e5a6bf8c17a191786d03bd83071be4b3) Co-authored-by: madomado --- anda/devs/tracy/tracy.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/devs/tracy/tracy.spec b/anda/devs/tracy/tracy.spec index 69b90f0c1c..36f79cf155 100644 --- a/anda/devs/tracy/tracy.spec +++ b/anda/devs/tracy/tracy.spec @@ -27,7 +27,7 @@ This package contains the development files for the tracy package. %meson %meson_build -for project in capture csvexport import-chrome import-fuchsia update profiler +for project in capture csvexport import update profiler do pushd $project %cmake -DDOWNLOAD_CAPSTONE=0 @@ -41,8 +41,8 @@ done # NOTE: the subprojects don't have install targets so we do it manually install -Dm755 capture/%__cmake_builddir/tracy-capture %buildroot%_bindir/tracy-capture install -Dm755 csvexport/%__cmake_builddir/tracy-csvexport %buildroot%_bindir/tracy-csvexport -install -Dm755 import-chrome/%__cmake_builddir/tracy-import-chrome %buildroot%_bindir/tracy-import-chrome -install -Dm755 import-fuchsia/%__cmake_builddir/tracy-import-fuchsia %buildroot%_bindir/tracy-import-fuchsia +install -Dm755 import/%__cmake_builddir/tracy-import-chrome %buildroot%_bindir/tracy-import-chrome +install -Dm755 import/%__cmake_builddir/tracy-import-fuchsia %buildroot%_bindir/tracy-import-fuchsia install -Dm755 update/%__cmake_builddir/tracy-update %buildroot%_bindir/tracy-update install -Dm755 profiler/%__cmake_builddir/tracy-profiler %buildroot%_bindir/tracy