From ea9c3d64a7136db2fab54829adfcdbcddc120f54 Mon Sep 17 00:00:00 2001 From: vxtls <187420201+vxtls@users.noreply.github.com> Date: Thu, 19 Mar 2026 10:05:52 -0400 Subject: [PATCH] fix(guix-hash): chenge build sequence --- steps-guix/guix-hash-compat-1.5.0/pass1.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/steps-guix/guix-hash-compat-1.5.0/pass1.sh b/steps-guix/guix-hash-compat-1.5.0/pass1.sh index 449fc9b3..fe6024b1 100644 --- a/steps-guix/guix-hash-compat-1.5.0/pass1.sh +++ b/steps-guix/guix-hash-compat-1.5.0/pass1.sh @@ -8,10 +8,6 @@ src_configure() { : } -src_install() { - install -D -m 0755 guix-hash-compat "${DESTDIR}/usr/bin/guix-hash-compat" -} - src_compile() { gcc \ -O2 \ @@ -22,3 +18,7 @@ src_compile() { -o guix-hash-compat \ guix-hash-compat.c } + +src_install() { + install -D -m 0755 guix-hash-compat "${DESTDIR}/usr/bin/guix-hash-compat" +} \ No newline at end of file