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

daniel at archlinux.org daniel at archlinux.org
Thu Mar 19 17:42:50 UTC 2009


    Date: Thursday, March 19, 2009 @ 13:42:50
  Author: daniel
Revision: 30437

Merged revisions 30436 via svnmerge from 
svn+ssh://daniel@svn.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-x86_64/	(properties)
  lensfun/repos/extra-x86_64/PKGBUILD

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


Property changes on: lensfun/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /lensfun/trunk:1-29990
   + /lensfun/trunk:1-30436

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-03-19 17:42:01 UTC (rev 30436)
+++ extra-x86_64/PKGBUILD	2009-03-19 17:42:50 UTC (rev 30437)
@@ -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