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

Anatol Pomozov anatolik at archlinux.org
Wed Sep 5 20:33:14 UTC 2018


    Date: Wednesday, September 5, 2018 @ 20:33:13
  Author: anatolik
Revision: 333555

upgpkg: gdb 8.2-2

Remove files that conflict with binutils

Modified:
  gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-05 20:25:35 UTC (rev 333554)
+++ PKGBUILD	2018-09-05 20:33:13 UTC (rev 333555)
@@ -40,10 +40,7 @@
   depends=(python guile2.0)
 
   cd gdb-$pkgver
-  make DESTDIR=$pkgdir install
-  make -C bfd DESTDIR=$pkgdir uninstall # conflicts with binutils
-
-  rm -r $pkgdir/usr/{bin,include,lib,share/info,share/man}
+  make -C gdb/data-directory DESTDIR=$pkgdir install
 }
 
 package_gdb() {
@@ -51,8 +48,7 @@
   backup=(etc/gdb/gdbinit)
 
   cd gdb-$pkgver
-  make DESTDIR=$pkgdir install
-  make -C bfd DESTDIR=$pkgdir uninstall # conflicts with binutils
+  make -C gdb DESTDIR=$pkgdir install
 
   # install "custom" system gdbinit
   install -dm755 $pkgdir/etc/gdb



More information about the arch-commits mailing list