[arch-commits] Commit in aj-snapshot/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Mon Feb 5 13:54:32 UTC 2018
Date: Monday, February 5, 2018 @ 13:54:31
Author: dvzrv
Revision: 289173
Be more verbose about installing additional files.
Modified:
aj-snapshot/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-02-05 13:52:43 UTC (rev 289172)
+++ PKGBUILD 2018-02-05 13:54:31 UTC (rev 289173)
@@ -28,8 +28,9 @@
package() {
cd "${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}/" install
+ # docs
install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
- -Dm644 {AUTHORS,ChangeLog,README}
+ -vDm644 {AUTHORS,ChangeLog,README}
}
# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list