Updated PKGBUILd to work with new ./build.sh system

This commit is contained in:
ayakael 2018-01-13 15:20:24 -09:00
parent 10172b0f21
commit 9f40c6fec0
No known key found for this signature in database
GPG key ID: 575626A4AE5F4026

View file

@ -22,10 +22,10 @@ prepare(){
build(){ build(){
cd ${srcdir}/bunc cd ${srcdir}/bunc
bash ./build ./build.sh
} }
package() { package() {
# Install the library # Install the library
install -Dm644 "${srcdir}/bunc/bunc /usr/lib/bash/bunc" install -Dm644 "${srcdir}/bunc/bunc" "${pkgdir}/usr/lib/bash/bunc"
} }