Updated PKGBUILd to work with new ./build.sh system
This commit is contained in:
parent
10172b0f21
commit
9f40c6fec0
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue