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

Allan McRae allan at archlinux.org
Mon Feb 1 05:29:25 UTC 2010


    Date: Monday, February 1, 2010 @ 00:29:25
  Author: allan
Revision: 66631

upgpkg: gdb 7.0.1-3
    get the system gdbinit path right...

Modified:
  gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-01 02:43:54 UTC (rev 66630)
+++ PKGBUILD	2010-02-01 05:29:25 UTC (rev 66631)
@@ -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