[arch-commits] Commit in gnucash/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Sun Nov 8 16:52:32 UTC 2009


    Date: Sunday, November 8, 2009 @ 11:52:32
  Author: eric
Revision: 58486

upgpkg: gnucash 2.2.9-4
    fixed schemas

Modified:
  gnucash/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-11-08 16:52:12 UTC (rev 58485)
+++ PKGBUILD	2009-11-08 16:52:32 UTC (rev 58486)
@@ -4,7 +4,7 @@
 
 pkgname=gnucash
 pkgver=2.2.9
-pkgrel=3
+pkgrel=4
 pkgdesc="A personal and small-business financial-accounting application"
 arch=('i686' 'x86_64')
 url="http://www.gnucash.org"
@@ -29,6 +29,6 @@
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install || return 1
 
   install -d -m755 "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" "${pkgdir}/etc/gconf/schemas/*.schemas" || return 1
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" "${pkgdir}"/etc/gconf/schemas/*.schemas || return 1
   rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
 }




More information about the arch-commits mailing list