live-bootstrap/steps/wget-curl-1.0/pass1.sh
2024-01-30 12:01:29 +11:00

7 lines
96 B
Bash

src_compile() {
:
}
src_install() {
install -m 755 -D wget "${DESTDIR}/usr/bin/wget"
}