summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatt Ellison2018-09-24 09:17:31 -0400
committerMatt Ellison2018-09-24 09:17:31 -0400
commit331daf3405d2d5f908614cd405446f11f5b02fd9 (patch)
treec1b103acb0852cc16e691dd02686d3653a37adde /PKGBUILD
parent6038cbf70e0759d735a0fa4841da2def21491597 (diff)
downloadaur-vpp-bin.tar.gz
18.07.1-2: Move /lib -> /usr/lib
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4a2d8bcdbea..c2d4daa4c6ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname='vpp'
pkgname="${_pkgname}-bin"
pkgver=18.07.1
-pkgrel=1
+pkgrel=2
pkgdesc="FD.io Vector Packet Processing - Executables"
arch=('x86_64')
url="https://fd.io/"
@@ -16,4 +16,5 @@ sha256sums=('80655467795e76711d41b46cd5ca50b673d49d56f380ad5ceb9a892e847e2f15')
package() {
bsdtar -O -xf download.deb data.tar.xz | bsdtar -C "${pkgdir}" -xJf -
+ mv "${pkgdir}/lib" "${pkgdir}/usr"
}