[arch-commits] Commit in lensfun/repos (extra-i686 extra-i686/PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Thu Mar 26 20:55:39 UTC 2009


    Date: Thursday, March 26, 2009 @ 16:55:39
  Author: andrea
Revision: 31407

Merged revisions 30436 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/lensfun/trunk

........
  r30436 | daniel | 2009-03-19 18:42:01 +0100 (Thu, 19 Mar 2009) | 2 lines
  
  upgpkg: lensfun 0.2.3-2
      fixing library path for x86_64 to standard, not necessary for i686
........

Modified:
  lensfun/repos/extra-i686/	(properties)
  lensfun/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Property changes on: lensfun/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /lensfun/trunk:1-29986
   + /lensfun/trunk:1-31406

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-03-26 20:40:45 UTC (rev 31406)
+++ extra-i686/PKGBUILD	2009-03-26 20:55:39 UTC (rev 31407)
@@ -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