Update PKGBUILD

Signed-off-by: Matt C <mdc028@bucknell.edu>
development^2
Matt C 2 years ago committed by GitHub
parent 49f181852d
commit 602b45c3a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,8 +13,6 @@ md5sums=('f8bfed0ea3f1b5e85138b0c8b4770e48'
'cba37f460dcf5f678043df39d6378c35')
package() {
mkdir -p ${pkgdir}/usr/{share/jade-tui,bin}
chmod +x jade-tui
cp jade-tui ${pkgdir}/usr/bin/.
cp locales ${pkgdir}/usr/share/jade-tui/.
install -D -m 755 jade-tui ${pkgdir}/usr/bin/.
install -D -m 700 locales ${pkgdir}/usr/share/jade-tui/.
}

Loading…
Cancel
Save