From 1cf85c302a1d2803ccde9d6f342ab68d2e09cc95 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 29 Nov 2024 22:43:15 -0800 Subject: [PATCH] fix: picotool (#2520) (#2545) funny files Signed-off-by: madomado (cherry picked from commit 53e5fb590ab1319c1e423642e0b8cb45fce26e55) Co-authored-by: madomado --- anda/tools/picotool/picotool.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anda/tools/picotool/picotool.spec b/anda/tools/picotool/picotool.spec index 7363599a2f..364513e54b 100644 --- a/anda/tools/picotool/picotool.spec +++ b/anda/tools/picotool/picotool.spec @@ -22,6 +22,8 @@ Picotool is a tool for inspecting RP2040 binaries, and interacting with RP2040 d %install %cmake_install +mv %buildroot{%_prefix/lib,%_libdir} + %files %doc README.md %license LICENSE.TXT @@ -31,4 +33,4 @@ Picotool is a tool for inspecting RP2040 binaries, and interacting with RP2040 d %changelog * Mon Nov 18 2024 Owen-sz -- Package Raspberry Pi Picotools \ No newline at end of file +- Package Raspberry Pi Picotools