removed /usr/sbin workaround

This commit is contained in:
Julius
2018-08-30 21:09:30 +02:00
parent 96ff126f11
commit cd8eaafc4e

View File

@@ -1,6 +1,6 @@
pkgname=nordvpn-bin
pkgver=1.1.6
pkgrel=2
pkgrel=3
pkgdesc="NordVPN CLI tool for Linux"
arch=('x86_64')
url="https://nordvpn.com/download/linux/"
@@ -14,9 +14,4 @@ sha256sums=('e85d9739fdb8236682a844fa5bfbc8c02b5020f779a44e27ab0bc3d500959323')
package() {
bsdtar -O -xf "nordvpn_${pkgver}_amd64.deb" data.tar.xz | bsdtar -C "${pkgdir}" -xJf -
mkdir $pkgdir/usr/bin
mv $pkgdir/usr/sbin/* $pkgdir/usr/bin
rm -r $pkgdir/usr/sbin
}