mirror of
https://github.com/archlinux/aur.git
synced 2026-02-03 13:59:12 +01:00
Error fixed.
This commit is contained in:
parent
7c818980f0
commit
df590db75c
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -33,7 +33,7 @@ package()
|
|||
# Install the software.
|
||||
cp -r "${srcdir}"/"${pkgname}"-"${pkgver}"/lib/ "${pkgdir}"/usr/share/java/"${pkgname}"/
|
||||
|
||||
declare -ar _binaries=("haveno-apitest" "haveno-cli" "haveno-daemon" "haveno-desktop" "haveno-inventory" "haveno-monitor" "haveno-pricenode" "haveno-relay" "haveno-seednode" "haveno-statsnode")
|
||||
declare -ar _binaries=("haveno-apitest" "haveno-cli" "haveno-daemon" "haveno-desktop" "haveno-inventory" "haveno-monitor" "haveno-relay" "haveno-seednode" "haveno-statsnode")
|
||||
|
||||
for _binary in "${_binaries[@]}"; do
|
||||
install -Dm755 "${srcdir}"/"${pkgname}"-"${pkgver}"/"${_binary}" "${pkgdir}"/usr/share/java/"${pkgname}"/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue