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

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Sep 22 10:43:25 UTC 2019


    Date: Sunday, September 22, 2019 @ 10:43:25
  Author: svenstaro
Revision: 511481

upgpkg: gcc8 8.3.0-3

Don't delete static libstdc++

Modified:
  gcc8/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-22 10:42:02 UTC (rev 511480)
+++ PKGBUILD	2019-09-22 10:43:25 UTC (rev 511481)
@@ -10,7 +10,7 @@
 _pkgver=8
 _majorver=${pkgver:0:1}
 _islver=0.21
-pkgrel=2
+pkgrel=3
 pkgdesc='The GNU Compiler Collection (8.x.x)'
 arch=(x86_64)
 license=(GPL LGPL FDL custom)
@@ -174,7 +174,7 @@
   make -C $CHOST/libstdc++-v3/include DESTDIR="$pkgdir" install
   make -C $CHOST/libstdc++-v3/libsupc++ DESTDIR="$pkgdir" install
   make -C $CHOST/libstdc++-v3/python DESTDIR="$pkgdir" install
-  rm "$pkgdir"/${_libdir}/libstdc++*
+  rm "$pkgdir"/${_libdir}/libstdc++.so*
 
   make DESTDIR="$pkgdir" install-fixincludes
   make -C gcc DESTDIR="$pkgdir" install-mkheaders



More information about the arch-commits mailing list