From 7dfb73593df74e5825924fb3454433debc67c04e Mon Sep 17 00:00:00 2001 From: "Mateusz Szychowski (Muttley)" Date: Wed, 25 Sep 2019 10:38:36 +0200 Subject: [PATCH] pistache: do not move lib64/ to lib/ now buildsystem creates lib folder --- pistache/git/PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pistache/git/PKGBUILD b/pistache/git/PKGBUILD index de43092c..8913f547 100644 --- a/pistache/git/PKGBUILD +++ b/pistache/git/PKGBUILD @@ -5,7 +5,7 @@ pkgname=pistache-git _name=${pkgname%-git} -pkgver=1030.399d04e +pkgver=1047.0c21c85 pkgrel=1 arch=('i686' 'x86_64') pkgdesc='Modern and elegant HTTP and REST framework for C++' @@ -45,5 +45,4 @@ check() { package() { cd "${srcdir}/${_name}" make DESTDIR="${pkgdir}" install - mv ${pkgdir}/usr/lib{64,} }