fix install dir

This commit is contained in:
Jason Nader 2024-02-24 20:28:35 +09:00
parent ff7a22f99e
commit 45975314ca
No known key found for this signature in database
GPG Key ID: EE220FCAA09AF23D
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pkgbase = audiobookshelf pkgbase = audiobookshelf
pkgdesc = Self-hosted audiobook server for managing and playing audiobooks pkgdesc = Self-hosted audiobook server for managing and playing audiobooks
pkgver = v2.8.0 pkgver = v2.8.0
pkgrel = 2 pkgrel = 3
url = https://github.com/advplyr/audiobookshelf url = https://github.com/advplyr/audiobookshelf
arch = any arch = any
license = GPL3 license = GPL3

View File

@ -2,7 +2,7 @@
# Based on PKGBUILD by Kevin S <aur@eldenring.mozmail.com> # Based on PKGBUILD by Kevin S <aur@eldenring.mozmail.com>
pkgname=audiobookshelf pkgname=audiobookshelf
pkgver=v2.8.0 pkgver=v2.8.0
pkgrel=2 pkgrel=3
pkgdesc="Self-hosted audiobook server for managing and playing audiobooks" pkgdesc="Self-hosted audiobook server for managing and playing audiobooks"
arch=('any') arch=('any')
url="https://github.com/advplyr/audiobookshelf" url="https://github.com/advplyr/audiobookshelf"
@ -60,7 +60,7 @@ build() {
package() { package() {
cd "${srcdir}/${pkgname}" cd "${srcdir}/${pkgname}"
install -d -m 755 "${pkgdir}/usr/share/audiobookshelf/" install -d -m 755 "${pkgdir}/usr/bin"
"${srcdir}/${pkgname}"/node_modules/.bin/pkg -t node16-linux -o "${pkgdir}/usr/share/audiobookshelf/audiobookshelf" . "${srcdir}/${pkgname}"/node_modules/.bin/pkg -t node16-linux -o "${pkgdir}/usr/share/audiobookshelf/audiobookshelf" .
install -D -m 644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" install -D -m 644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -D -m 644 "${srcdir}/audiobookshelf.conf.d" "${pkgdir}/etc/conf.d/audiobookshelf" install -D -m 644 "${srcdir}/audiobookshelf.conf.d" "${pkgdir}/etc/conf.d/audiobookshelf"