5 lines
85 B
Plaintext
5 lines
85 B
Plaintext
|
build() {
|
||
|
cd "${srcdir}/${_pkgname}/src"
|
||
|
make prefix=${pkgdir}/usr
|
||
|
}
|