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