[arch-commits] Commit in lensfun/trunk (PKGBUILD)
daniel at archlinux.org
daniel at archlinux.org
Thu Mar 19 17:42:01 UTC 2009
Date: Thursday, March 19, 2009 @ 13:42:01
Author: daniel
Revision: 30436
upgpkg: lensfun 0.2.3-2
fixing library path for x86_64 to standard, not necessary for i686
Modified:
lensfun/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-03-19 16:09:16 UTC (rev 30435)
+++ PKGBUILD 2009-03-19 17:42:01 UTC (rev 30436)
@@ -3,7 +3,7 @@
pkgname=lensfun
pkgver=0.2.3
-pkgrel=1
+pkgrel=2
pkgdesc="Database of photographic lenses and a library that allows advanced access to the database"
arch=(i686 x86_64)
license=('LGPL3')
@@ -13,7 +13,7 @@
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr || return 1
+ ./configure --prefix=/usr --libdir=/usr/lib || return 1
make all || return 1
make INSTALL_PREFIX=$pkgdir install || return 1
}
More information about the arch-commits
mailing list