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 | 012e30a29cf2974b5fd29ef3bd2907c78924cbd1 (patch) | |
tree | 3cea06835d334ebd3a82c8942052829856f6c0a2 /app-misc | |
parent | Fix quoting, libdir, license install (diff) | |
download | historical-012e30a29cf2974b5fd29ef3bd2907c78924cbd1.tar.gz historical-012e30a29cf2974b5fd29ef3bd2907c78924cbd1.tar.bz2 historical-012e30a29cf2974b5fd29ef3bd2907c78924cbd1.zip |
Quoting
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'app-misc')
-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() { |