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

Allan McRae allan at archlinux.org
Mon Feb 1 05:30:32 UTC 2010


    Date: Monday, February 1, 2010 @ 00:30:32
  Author: allan
Revision: 66632

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-i686/	(properties)
  gdb/repos/extra-i686/PKGBUILD

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


Property changes on: gdb/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /gdb/trunk:1-66470
   + /gdb/trunk:1-66631

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2010-02-01 05:29:25 UTC (rev 66631)
+++ extra-i686/PKGBUILD	2010-02-01 05:30:32 UTC (rev 66632)
@@ -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