mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
fix(guix-hash): chenge build sequence
This commit is contained in:
parent
ef6abd5884
commit
ea9c3d64a7
1 changed files with 4 additions and 4 deletions
|
|
@ -8,10 +8,6 @@ src_configure() {
|
||||||
:
|
:
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
|
||||||
install -D -m 0755 guix-hash-compat "${DESTDIR}/usr/bin/guix-hash-compat"
|
|
||||||
}
|
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
gcc \
|
gcc \
|
||||||
-O2 \
|
-O2 \
|
||||||
|
|
@ -22,3 +18,7 @@ src_compile() {
|
||||||
-o guix-hash-compat \
|
-o guix-hash-compat \
|
||||||
guix-hash-compat.c
|
guix-hash-compat.c
|
||||||
}
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
install -D -m 0755 guix-hash-compat "${DESTDIR}/usr/bin/guix-hash-compat"
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue