Date: Friday, February 14, 2014 @ 06:50:23 Author: bisson Revision: 105691
fix FS#38897 Modified: libdivecomputer/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-02-13 20:42:52 UTC (rev 105690) +++ PKGBUILD 2014-02-14 05:50:23 UTC (rev 105691) @@ -1,10 +1,10 @@ -# $id$ +# $Id$ # Contributor: Francois Boulogne <fboulogne at april dot org> # Maintainer: Gaetan Bisson <[email protected]> pkgname=libdivecomputer pkgver=0.4.2 -pkgrel=1 +pkgrel=2 pkgdesc='Library for communication with dive computers' url='http://www.libdivecomputer.org/' license=('LGPL') @@ -14,7 +14,10 @@ build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr + ./configure \ + --prefix=/usr \ + --program-prefix="${pkgname}-" \ + make }
