Received: from vps892.directvps.nl (ikke.info [178.21.113.177]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id A7FB8780FCF for ; Sun, 19 Jul 2020 15:33:52 +0000 (UTC) Received: by vps892.directvps.nl (Postfix, from userid 1008) id 1C29A440122; Sun, 19 Jul 2020 17:33:52 +0200 (CEST) Date: Sun, 19 Jul 2020 17:33:52 +0200 From: Kevin Daudt To: Martin Schmidt Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [PATCH] testing/belcard: Fix linphonec's complaint about missing vcard_grammar Message-ID: <20200719153352.GB2598922@alpha> References: <20200718085853.6378-1-martin.schmidt13@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200718085853.6378-1-martin.schmidt13@gmx.de> On Sat, Jul 18, 2020 at 10:58:53AM +0200, Martin Schmidt wrote: > --- > testing/belcard/APKBUILD | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/testing/belcard/APKBUILD b/testing/belcard/APKBUILD > index 873c0acb62..e97e2d15c0 100644 > --- a/testing/belcard/APKBUILD > +++ b/testing/belcard/APKBUILD > @@ -2,7 +2,7 @@ > # Maintainer: Francesco Colista > pkgname=belcard > pkgver=4.4.0 > -pkgrel=0 > +pkgrel=1 > pkgdesc="C++ library to manipulate VCard standard format" > url="https://linphone.org" > arch="all" > @@ -18,7 +18,7 @@ build() { > -DCMAKE_INSTALL_PREFIX=/usr \ > -DCMAKE_INSTALL_LIBDIR=lib \ > -DCMAKE_MODULE_PATH=/usr/lib/cmake \ > - -DCMAKE_INSTALL_DATADIR=lib \ > + -DCMAKE_INSTALL_DATADIR=share \ > -DENABLE_STRICT=NO \ > -DENABLE_SHARED=YES \ > -DENABLE_STATIC=NO \ > -- > 2.27.0 Hello Martin, This has been applied. Thanks for your contribution. Kind regards, Kevin