net-misc/sitecopy: whitespace
authorFelix Janda <felix.janda@posteo.de>
Fri, 5 Aug 2016 16:19:50 +0000 (18:19 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 6 Aug 2016 16:47:03 +0000 (18:47 +0200)
net-misc/sitecopy/sitecopy-0.16.6-r1.ebuild

index 639b3855dabb0614a4ba89bbbd5ec99d16f798a1..df284110fb3ba74e2c74cff4cff90a5bc5ae8f9b 100644 (file)
@@ -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,