diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-01 18:03:14 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-01 18:03:14 +0000 |
commit | cc5f806d5d2969de1a679b02ec36f49da5c5e82b (patch) | |
tree | b0c51e03c0376e522b51603eb1ee4cd95ae7d653 /app-misc/ccal | |
parent | Fix quoting, libdir, license install (diff) | |
download | gentoo-2-cc5f806d5d2969de1a679b02ec36f49da5c5e82b.tar.gz gentoo-2-cc5f806d5d2969de1a679b02ec36f49da5c5e82b.tar.bz2 gentoo-2-cc5f806d5d2969de1a679b02ec36f49da5c5e82b.zip |
Quoting
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/ccal')
-rw-r--r-- | app-misc/ccal/ccal-0.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/ccal/ccal-0.6.ebuild b/app-misc/ccal/ccal-0.6.ebuild index de453c3115e5..ad239db04f30 100644 --- a/app-misc/ccal/ccal-0.6.ebuild +++ b/app-misc/ccal/ccal-0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ccal/ccal-0.6.ebuild,v 1.8 2007/01/28 05:00:00 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ccal/ccal-0.6.ebuild,v 1.9 2010/01/01 18:03:14 ssuominen Exp $ DESCRIPTION="Curses-based calendar/journal/diary/todo utility" HOMEPAGE="http://www.jamiehillman.co.uk/ccal/" @@ -17,7 +17,7 @@ S=${WORKDIR} src_install() { newbin ${P}.py ${PN} || die "dobin failed" - dohtml ${FILESDIR}/instructions.htm || die "dohtml failed" + dohtml "${FILESDIR}"/instructions.htm || die "dohtml failed" } pkg_postinst() { |