diff options
author | Alex Alexander <wired@gentoo.org> | 2010-05-25 10:54:00 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2010-05-25 10:54:00 +0000 |
commit | dd69307e5d93c3d9d7b5b44a7e2d15fe67c5065a (patch) | |
tree | df820d1ec062e9494cadc77764c61908cb867e17 /sys-apps | |
parent | Add 1.0_beta1 ebuild for testing. (diff) | |
download | gentoo-2-dd69307e5d93c3d9d7b5b44a7e2d15fe67c5065a.tar.gz gentoo-2-dd69307e5d93c3d9d7b5b44a7e2d15fe67c5065a.tar.bz2 gentoo-2-dd69307e5d93c3d9d7b5b44a7e2d15fe67c5065a.zip |
[sys-apps/ivman] quoted variable
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/ivman/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/ivman/ivman-0.6.14.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-apps/ivman/ChangeLog b/sys-apps/ivman/ChangeLog index b3873c767fca..12eaa6421ad3 100644 --- a/sys-apps/ivman/ChangeLog +++ b/sys-apps/ivman/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/ivman # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ivman/ChangeLog,v 1.61 2010/05/25 10:50:22 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ivman/ChangeLog,v 1.62 2010/05/25 10:54:00 wired Exp $ + + 25 May 2010; Alex Alexander <wired@gentoo.org> ivman-0.6.14.ebuild: + quoted variable 25 May 2010; Alex Alexander <wired@gentoo.org> metadata.xml: added myself as maintainer diff --git a/sys-apps/ivman/ivman-0.6.14.ebuild b/sys-apps/ivman/ivman-0.6.14.ebuild index e1444acbd166..7ba1a79ed336 100644 --- a/sys-apps/ivman/ivman-0.6.14.ebuild +++ b/sys-apps/ivman/ivman-0.6.14.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/sys-apps/ivman/ivman-0.6.14.ebuild,v 1.8 2007/07/25 20:54:21 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ivman/ivman-0.6.14.ebuild,v 1.9 2010/05/25 10:54:00 wired Exp $ inherit eutils @@ -41,7 +41,7 @@ src_install() { newinitd "${FILESDIR}"/ivman-0.3.init ivman # remove debugging help #182190 - sed -i -e "s:set -x::" ${D}/usr/bin/ivman-launch + sed -i -e "s:set -x::" "${D}"/usr/bin/ivman-launch } pkg_postinst() { |