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

Allan McRae allan at archlinux.org
Mon Feb 1 05:31:55 UTC 2010


    Date: Monday, February 1, 2010 @ 00:31:54
  Author: allan
Revision: 66633

Merged revisions 66631 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/gdb/trunk

........
  r66631 | allan | 2010-02-01 15:29:25 +1000 (Mon, 01 Feb 2010) | 2 lines
  
  upgpkg: gdb 7.0.1-3
      get the system gdbinit path right...
........

Modified:
  gdb/repos/extra-x86_64/	(properties)
  gdb/repos/extra-x86_64/PKGBUILD

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


Property changes on: gdb/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /gdb/trunk:1-66471
   + /gdb/trunk:1-66632

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2010-02-01 05:30:32 UTC (rev 66632)
+++ extra-x86_64/PKGBUILD	2010-02-01 05:31:54 UTC (rev 66633)
@@ -4,7 +4,7 @@
 
 pkgname=gdb
 pkgver=7.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="The GNU Debugger"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/gdb/"
@@ -25,7 +25,7 @@
   
   ./configure --prefix=/usr --disable-nls \
     --with-system-readline \
-    --with-system-gdbinit=/etc/gdbinit
+    --with-system-gdbinit=/etc/gdb/gdbinit
   make || return 1
   make DESTDIR=${pkgdir} install || return 1
 




More information about the arch-commits mailing list