fixed symlink for honusbotcli

This commit is contained in:
alecs 2021-05-21 11:12:47 +02:00
parent 44522db9d4
commit 8092f196f5
3 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
pkgname=honusbot-cli
pkgver=1
pkgrel=3
pkgrel=4
pkgdesc="curse per la tua arch"
arch=('any')
url="https://git.ignuranza.net/HonusBot/honusbot-cli.git"
@ -18,5 +18,5 @@ package() {
mkdir -p "$pkgdir/usr/share/$pkgname"
mkdir -p "$pkgdir/usr/bin"
install "$pkgname.sh" "$pkgdir/usr/share/$pkgname/$pkgname.sh"
ln -s "$pkgdir/usr/share/$pkgname/$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
ln -s "/usr/share/$pkgname/$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
}

Binary file not shown.