diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-06-04 11:03:24 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-06-04 11:03:24 +0000 |
commit | e425b4921985264320f8b6a56ea2ede7a652029c (patch) | |
tree | 0bb000a874cfcb1cbd2059c3bdd6d6f71f651011 /net-irc/eiwic | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | gentoo-2-e425b4921985264320f8b6a56ea2ede7a652029c.tar.gz gentoo-2-e425b4921985264320f8b6a56ea2ede7a652029c.tar.bz2 gentoo-2-e425b4921985264320f8b6a56ea2ede7a652029c.zip |
Fixed wrong path in the sample.conf
(Portage version: 2.1.2.9)
Diffstat (limited to 'net-irc/eiwic')
-rw-r--r-- | net-irc/eiwic/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/eiwic/eiwic-1.1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-irc/eiwic/ChangeLog b/net-irc/eiwic/ChangeLog index d3131fede754..50e5d0b7f4fa 100644 --- a/net-irc/eiwic/ChangeLog +++ b/net-irc/eiwic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/eiwic # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/eiwic/ChangeLog,v 1.1 2007/05/31 21:44:39 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/eiwic/ChangeLog,v 1.2 2007/06/04 11:03:24 angelos Exp $ + + 04 Jun 2007; Christoph Mende <angelos@gentoo.org> eiwic-1.1.3.ebuild: + Fixed wrong path in the sample.conf *eiwic-1.1.3 (31 May 2007) diff --git a/net-irc/eiwic/eiwic-1.1.3.ebuild b/net-irc/eiwic/eiwic-1.1.3.ebuild index 45f4305f16e9..f336ac8f9a37 100644 --- a/net-irc/eiwic/eiwic-1.1.3.ebuild +++ b/net-irc/eiwic/eiwic-1.1.3.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/net-irc/eiwic/eiwic-1.1.3.ebuild,v 1.1 2007/05/31 21:44:39 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/eiwic/eiwic-1.1.3.ebuild,v 1.2 2007/06/04 11:03:24 angelos Exp $ inherit multilib flag-o-matic @@ -25,7 +25,7 @@ src_unpack() { append-flags -ggdb fi - sed -i "/^set MODULE_PATH/s:modules:/usr/$(get_libdir)/modules:" sample.conf + sed -i "/^set MODULE_PATH/s:modules:/usr/$(get_libdir)/eiwic:" sample.conf sed -i "/^load MODULE/s:$:.so:" sample.conf } |