mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
7 lines
96 B
Bash
7 lines
96 B
Bash
src_compile() {
|
|
:
|
|
}
|
|
|
|
src_install() {
|
|
install -m 755 -D wget "${DESTDIR}/usr/bin/wget"
|
|
}
|