Fix build

This commit is contained in:
TBK 2022-03-06 06:20:11 +01:00
parent 597f81ef98
commit 2c27e8c910
No known key found for this signature in database
GPG Key ID: 042C868FCA236D10
2 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
pkgbase = termius-beta pkgbase = termius-beta
pkgdesc = Desktop SSH Client pkgdesc = Desktop SSH Client
pkgver = 7.35.2 pkgver = 7.35.2
pkgrel = 1 pkgrel = 2
url = https://www.termius.com/ url = https://www.termius.com/
arch = x86_64 arch = x86_64
license = custom license = custom

View File

@ -3,7 +3,7 @@
pkgname=termius-beta pkgname=termius-beta
pkgver=7.35.2 pkgver=7.35.2
pkgrel=1 pkgrel=2
pkgdesc="Desktop SSH Client" pkgdesc="Desktop SSH Client"
url="https://www.termius.com/" url="https://www.termius.com/"
arch=('x86_64') arch=('x86_64')
@ -34,6 +34,8 @@ package() {
cd "$srcdir"/$pkgname cd "$srcdir"/$pkgname
cp -r \ cp -r \
chrome_100_percent.pak \
chrome_crashpad_handler \
icudtl.dat \ icudtl.dat \
libffmpeg.so \ libffmpeg.so \
locales \ locales \
@ -50,6 +52,7 @@ package() {
find "$pkgdir"/opt/$pkgname/ -type f -exec chmod 644 {} \; find "$pkgdir"/opt/$pkgname/ -type f -exec chmod 644 {} \;
chmod 755 "$pkgdir"/opt/$pkgname/termius-beta chmod 755 "$pkgdir"/opt/$pkgname/termius-beta
chmod 755 "$pkgdir"/opt/$pkgname/chrome_crashpad_handler
mkdir -p "$pkgdir"/usr/bin mkdir -p "$pkgdir"/usr/bin
ln -sf /opt/$pkgname/termius-beta "$pkgdir"/usr/bin/$pkgname ln -sf /opt/$pkgname/termius-beta "$pkgdir"/usr/bin/$pkgname