[arch-commits] Commit in libstdc++5/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Apr 17 11:33:59 UTC 2021


    Date: Saturday, April 17, 2021 @ 11:33:59
  Author: arojas
Revision: 412826

Quoting

Modified:
  libstdc++5/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-17 11:33:05 UTC (rev 412825)
+++ PKGBUILD	2021-04-17 11:33:59 UTC (rev 412826)
@@ -50,11 +50,11 @@
 }
 
 package() {
-  cd ${srcdir}/gcc-build
-  make DESTDIR=${pkgdir} install-target-libstdc++-v3
+  cd gcc-build
+  make DESTDIR="${pkgdir}" install-target-libstdc++-v3
 
   # Remove includefiles and libs provided by gcc
-  rm -rf ${pkgdir}/usr/{include,share/locale}
-  rm -f ${pkgdir}/usr/lib/*.a
-  rm -f ${pkgdir}/usr/lib/libstdc++.so
+  rm -rf "${pkgdir}"/usr/{include,share/locale}
+  rm -f "${pkgdir}"/usr/lib/*.a
+  rm -f "${pkgdir}"/usr/lib/libstdc++.so
 }



More information about the arch-commits mailing list