summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-04-17 03:02:29 +0000
committerMike Frysinger <vapier@gentoo.org>2013-04-17 03:02:29 +0000
commit4661c9922dd32caa38799072d0dda5b68a10207c (patch)
treed78f29107f97d83c027135126bcabbf3b781aca4 /dev-tcltk/expect-lite/expect-lite-4.4.0.ebuild
parentSince this is conditional code 4.6.4 will have to be handled here after all. (diff)
downloadgentoo-2-4661c9922dd32caa38799072d0dda5b68a10207c.tar.gz
gentoo-2-4661c9922dd32caa38799072d0dda5b68a10207c.tar.bz2
gentoo-2-4661c9922dd32caa38799072d0dda5b68a10207c.zip
Install from examples/ with newer versions #465814 by Talamona Francesco.
(Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'dev-tcltk/expect-lite/expect-lite-4.4.0.ebuild')
-rw-r--r--dev-tcltk/expect-lite/expect-lite-4.4.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tcltk/expect-lite/expect-lite-4.4.0.ebuild b/dev-tcltk/expect-lite/expect-lite-4.4.0.ebuild
index bcb28f457a98..030dac939473 100644
--- a/dev-tcltk/expect-lite/expect-lite-4.4.0.ebuild
+++ b/dev-tcltk/expect-lite/expect-lite-4.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect-lite/expect-lite-4.4.0.ebuild,v 1.1 2013/01/21 21:25:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect-lite/expect-lite-4.4.0.ebuild,v 1.2 2013/04/17 03:02:29 vapier Exp $
DESCRIPTION="quick and easy command line automation tool built on top of expect"
HOMEPAGE="http://expect-lite.sourceforge.net/"
@@ -24,6 +24,6 @@ src_install() {
if use examples ; then
docinto examples
- dodoc Examples/* || die
+ dodoc examples/* || die
fi
}