commit: f0f8f43991d0c843db256da2f75c26ed73e607bb
Author: Felix Janda <felix.janda <AT> posteo <DOT> de>
AuthorDate: Fri Aug 5 16:19:50 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 6 16:47:03 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0f8f439
net-misc/sitecopy: whitespace
net-misc/sitecopy/sitecopy-0.16.6-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/sitecopy/sitecopy-0.16.6-r1.ebuild
b/net-misc/sitecopy/sitecopy-0.16.6-r1.ebuild
index 639b385..df28411 100644
--- a/net-misc/sitecopy/sitecopy-0.16.6-r1.ebuild
+++ b/net-misc/sitecopy/sitecopy-0.16.6-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -49,7 +49,7 @@ src_prepare() {
# Source package uses incorrect '/usr/doc' for the doc folder. So use
# sed to correct this error.
sed -i -e "s:docdir \= .*:docdir \= \$\(prefix\)\/share/doc\/${PF}:" \
- Makefile.in || die "Documentation directory patching failed"
+ Makefile.in || die "Documentation directory patching failed"
# NOTE: eautoconf/eautomake is provided by 'inherit autotools'
# Need to recreate the source package provided configure script,