fix: copy in package instead of move

This commit is contained in:
otaj 2025-09-15 23:24:52 +02:00
parent 9ef68328ca
commit 71e10b12d5
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = surfshark-client
pkgdesc = Official Surfshark VPN client
pkgver = 3.5.4
pkgrel = 2
pkgrel = 3
url = https://surfshark.com
install = surfshark-client.install
arch = x86_64

View file

@ -2,7 +2,7 @@
pkgname=surfshark-client
pkgver=3.5.4
pkgrel=2
pkgrel=3
pkgdesc="Official Surfshark VPN client"
arch=('x86_64')
url="https://surfshark.com"
@ -28,7 +28,7 @@ prepare() {
}
package(){
mv usr/ opt/ etc/ "${pkgdir}"
cp -rp usr/ opt/ etc/ "${pkgdir}"
# Install License file
install -D -m644 "${pkgdir}/opt/Surfshark/resources/dist/resources/surfsharkd.js.LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"