Merge pull request #103 from muttleyxd/pistache-do-not-move-lib64

pistache: do not move lib64/ to lib/
This commit is contained in:
Martchus 2019-09-25 10:42:31 +02:00 committed by GitHub
commit 3d29b59dd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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,}
}