[arch-commits] Commit in lensfun/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Feb 4 19:52:31 UTC 2016
Date: Thursday, February 4, 2016 @ 20:52:30
Author: arojas
Revision: 258878
Fix installation path (FS#48023)
Modified:
lensfun/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-02-04 18:31:22 UTC (rev 258877)
+++ PKGBUILD 2016-02-04 19:52:30 UTC (rev 258878)
@@ -3,7 +3,7 @@
pkgname=lensfun
pkgver=0.3.2
-pkgrel=1
+pkgrel=2
pkgdesc="Database of photographic lenses and a library that allows advanced access to the database"
arch=(i686 x86_64)
url="http://lensfun.sourceforge.net"
@@ -15,7 +15,7 @@
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- cmake -DLENSFUN_INSTALL_PREFIX=/usr .
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib .
make all
}
More information about the arch-commits
mailing list