diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-01-27 02:31:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-01-27 02:31:10 +0000 |
commit | 5972e14c7ee2961f87b33855254c9582a3c973e9 (patch) | |
tree | 2aacd8e4ba562770b853181ad854182f24d00fdc /sys-apps | |
parent | old (diff) | |
download | historical-5972e14c7ee2961f87b33855254c9582a3c973e9.tar.gz historical-5972e14c7ee2961f87b33855254c9582a3c973e9.tar.bz2 historical-5972e14c7ee2961f87b33855254c9582a3c973e9.zip |
remove double slash in log output #194532
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/man/man-1.6f-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/man/man-1.6f-r3.ebuild b/sys-apps/man/man-1.6f-r3.ebuild index a298bb775d03..14099c6b531d 100644 --- a/sys-apps/man/man-1.6f-r3.ebuild +++ b/sys-apps/man/man-1.6f-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.6f-r3.ebuild,v 1.13 2009/09/29 11:45:01 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.6f-r3.ebuild,v 1.14 2010/01/27 02:31:10 vapier Exp $ inherit eutils toolchain-funcs @@ -96,7 +96,7 @@ src_install() { } pkg_postinst() { - einfo "Forcing sane permissions onto ${ROOT}/var/cache/man (Bug #40322)" + einfo "Forcing sane permissions onto ${ROOT}var/cache/man (Bug #40322)" chown -R root:man "${ROOT}"/var/cache/man chmod -R g+w "${ROOT}"/var/cache/man [[ -e ${ROOT}/var/cache/man/whatis ]] \ @@ -110,7 +110,7 @@ pkg_postinst() { [[ $(md5sum "${f}") == "8b2016cc778ed4e2570b912c0f420266 "* ]] \ && rm -f "${f}" done - files=$(ls "${ROOT}"/etc/cron.{daily,weekly}/makewhatis{,.cron} 2>/dev/null) + files=$(ls "${ROOT}"etc/cron.{daily,weekly}/makewhatis{,.cron} 2>/dev/null) if [[ ${files/$'\n'} != ${files} ]] ; then ewarn "You have multiple makewhatis cron files installed." ewarn "You might want to delete all but one of these:" |