summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2008-02-07 04:16:13 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2008-02-07 04:16:13 +0000
commit02917712e559a59bb2bc4272a99e8f139e9a146d (patch)
tree6b558a6d5d9dc6bdf92f69e823733665b90741e9
parentVersion bump to 2.0.6_pre1 for testing. (diff)
downloadgentoo-2-02917712e559a59bb2bc4272a99e8f139e9a146d.tar.gz
gentoo-2-02917712e559a59bb2bc4272a99e8f139e9a146d.tar.bz2
gentoo-2-02917712e559a59bb2bc4272a99e8f139e9a146d.zip
It helps when you don't change directories in your wrapper when you want to use relative names for your spec files.
(Portage version: 2.1.4)
-rw-r--r--dev-util/catalyst/ChangeLog7
-rw-r--r--dev-util/catalyst/catalyst-2.0.6_pre1.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-util/catalyst/ChangeLog b/dev-util/catalyst/ChangeLog
index 6804343e3f0e..45db36cc1a66 100644
--- a/dev-util/catalyst/ChangeLog
+++ b/dev-util/catalyst/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/catalyst
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.179 2008/02/07 03:02:43 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/ChangeLog,v 1.180 2008/02/07 04:16:13 wolf31o2 Exp $
+
+ 07 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+ catalyst-2.0.6_pre1.ebuild:
+ It helps when you don't change directories in your wrapper when you want to
+ use relative names for your spec files.
*catalyst-2.0.6_pre1 (07 Feb 2008)
diff --git a/dev-util/catalyst/catalyst-2.0.6_pre1.ebuild b/dev-util/catalyst/catalyst-2.0.6_pre1.ebuild
index 785ce1e9e3d8..a9d4553a034a 100644
--- a/dev-util/catalyst/catalyst-2.0.6_pre1.ebuild
+++ b/dev-util/catalyst/catalyst-2.0.6_pre1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.6_pre1.ebuild,v 1.1 2008/02/07 03:02:43 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.6_pre1.ebuild,v 1.2 2008/02/07 04:16:13 wolf31o2 Exp $
inherit eutils multilib
@@ -48,7 +48,7 @@ src_install() {
exeinto /usr/$(get_libdir)/${PN}/$x
doexe $x/* || die "copying ${x}"
done
- make_wrapper catalyst ./catalyst /usr/$(get_libdir)/${PN}
+ make_wrapper catalyst /usr/$(get_libdir)/${PN}/catalyst
insinto /etc/catalyst
doins files/catalyst.conf files/catalystrc || die "copying configuration"
insinto /usr/share/doc/${PF}/examples