mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
fix: copy in package instead of move
This commit is contained in:
parent
9ef68328ca
commit
71e10b12d5
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue