fix(guix-hash): chenge build sequence

This commit is contained in:
vxtls 2026-03-19 10:05:52 -04:00
parent ef6abd5884
commit ea9c3d64a7

View file

@ -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"
}