diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-30 18:00:35 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-30 18:01:27 +0000 |
commit | 21bca43efbdc21b0c6180ddbe77add28a62a5f9b (patch) | |
tree | 29786ba756871810ea5fb509626927954fb5b8d4 /x11-misc/bbdate | |
parent | x11-misc/bbkeys: use ASCII whitespace (diff) | |
download | gentoo-21bca43efbdc21b0c6180ddbe77add28a62a5f9b.tar.gz gentoo-21bca43efbdc21b0c6180ddbe77add28a62a5f9b.tar.bz2 gentoo-21bca43efbdc21b0c6180ddbe77add28a62a5f9b.zip |
x11-misc/bbdate: use ASCII whitespace
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'x11-misc/bbdate')
-rw-r--r-- | x11-misc/bbdate/bbdate-0.2.4-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/bbdate/bbdate-0.2.4-r2.ebuild b/x11-misc/bbdate/bbdate-0.2.4-r2.ebuild index c1edcb8f5506..cda60822193f 100644 --- a/x11-misc/bbdate/bbdate-0.2.4-r2.ebuild +++ b/x11-misc/bbdate/bbdate-0.2.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -34,5 +34,5 @@ src_install () { # since multiple bbtools packages provide this file, install # it in /usr/share/doc/${PF} mv "${ED%/}"/usr/share/bbtools/bbtoolsrc.in \ - "${ED%/}"/usr/share/doc/${PF}/bbtoolsrc.example || die + "${ED%/}"/usr/share/doc/${PF}/bbtoolsrc.example || die } |