From 9f40c6fec0eafce5f2aa71d87df3e6ce556331af Mon Sep 17 00:00:00 2001 From: ayakael Date: Sat, 13 Jan 2018 15:20:24 -0900 Subject: [PATCH] Updated PKGBUILd to work with new ./build.sh system --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 002a678..cfb95c7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -22,10 +22,10 @@ prepare(){ build(){ cd ${srcdir}/bunc - bash ./build + ./build.sh } package() { # Install the library - install -Dm644 "${srcdir}/bunc/bunc /usr/lib/bash/bunc" + install -Dm644 "${srcdir}/bunc/bunc" "${pkgdir}/usr/lib/bash/bunc" }