[arch-commits] Commit in rust/trunk (PKGBUILD)
Johannes Löthberg
demize at archlinux.org
Fri Apr 26 22:57:46 UTC 2019
Date: Friday, April 26, 2019 @ 22:57:45
Author: demize
Revision: 352156
Remove msg2 usage
Modified:
rust/trunk/PKGBUILD
----------+
PKGBUILD | 1 -
1 file changed, 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-04-26 22:56:04 UTC (rev 352155)
+++ PKGBUILD 2019-04-26 22:57:45 UTC (rev 352156)
@@ -69,7 +69,6 @@
install -d "$pkgdir/usr/share/doc/"
mv "$srcdir"/doc/* "$pkgdir"/usr/share/doc/rust/
- msg2 "Packaging license files for the documentation"
for license in APACHE MIT; do install -Dm644 "rustc-$pkgver-src/LICENSE-$license" \
"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
}
More information about the arch-commits
mailing list