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

Johannes Löthberg demize at archlinux.org
Sat Sep 28 14:00:19 UTC 2019


    Date: Saturday, September 28, 2019 @ 14:00:19
  Author: demize
Revision: 363506

... Also actually move lib32 libs out so package_lib32-rust-libs can install them

Modified:
  rust/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-28 13:55:49 UTC (rev 363505)
+++ PKGBUILD	2019-09-28 14:00:19 UTC (rev 363506)
@@ -65,8 +65,9 @@
   rm rustlib/{components,manifest-rustc,rust-installer-version}
   ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
 
-  # move docs out of the way for splitting
+  # move docs and lib32 libs out of the way for splitting
   mv "$pkgdir"/usr/share/doc "$srcdir"
+  mv "$pkgdir"/usr/lib/rustlib/i686-unknown-linux-gnu "$srcdir"
 
   install -d "$pkgdir"/usr/share/bash-completion
   mv "$pkgdir"/etc/bash_completion.d/ "$pkgdir"/usr/share/bash-completion/completions/



More information about the arch-commits mailing list