summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-ruby/capistrano-launcher/ChangeLog6
-rw-r--r--dev-ruby/capistrano-launcher/capistrano-launcher-1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/capistrano-launcher/ChangeLog b/dev-ruby/capistrano-launcher/ChangeLog
index ab1bf76f2f7a..27927c15fe38 100644
--- a/dev-ruby/capistrano-launcher/ChangeLog
+++ b/dev-ruby/capistrano-launcher/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/capistrano-launcher
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano-launcher/ChangeLog,v 1.1 2007/09/01 20:10:16 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano-launcher/ChangeLog,v 1.2 2007/09/01 21:50:42 nichoj Exp $
+
+ 01 Sep 2007; Joshua Nichols <nichoj@gentoo.org>
+ capistrano-launcher-1.ebuild:
+ Fixed instructions in pkg_postinst.
*capistrano-launcher-1 (01 Sep 2007)
diff --git a/dev-ruby/capistrano-launcher/capistrano-launcher-1.ebuild b/dev-ruby/capistrano-launcher/capistrano-launcher-1.ebuild
index 5e4badfdff1a..1b105c8edc6f 100644
--- a/dev-ruby/capistrano-launcher/capistrano-launcher-1.ebuild
+++ b/dev-ruby/capistrano-launcher/capistrano-launcher-1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano-launcher/capistrano-launcher-1.ebuild,v 1.1 2007/09/01 20:10:16 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/capistrano-launcher/capistrano-launcher-1.ebuild,v 1.2 2007/09/01 21:50:42 nichoj Exp $
DESCRIPTION="Launcher script for capistrano"
HOMEPAGE="http://capify.org/"
@@ -25,5 +25,5 @@ pkg_postinst() {
einfo "The highest installed version of capistrano will be used when"
einfo "invoking /usr/bin/cap by default."
einfo "To invoke a different version, invoke it like:"
- einfo "\tcap _1.4.1"
+ einfo "\tcap _1.4.1_"
}