diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-08-21 08:30:04 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-08-21 08:30:04 +0000 |
commit | eede7598af987653196c23e599ea495e33dd2fe1 (patch) | |
tree | 970c391fe0a797ffa14ce310d53767c5e5358041 /dev-lang/opendylan-bin | |
parent | Version bump, bug and security fixes. Bug #431574 (diff) | |
download | historical-eede7598af987653196c23e599ea495e33dd2fe1.tar.gz historical-eede7598af987653196c23e599ea495e33dd2fe1.tar.bz2 historical-eede7598af987653196c23e599ea495e33dd2fe1.zip |
Minor cleanups
Package-Manager: portage-2.2.0_alpha121/cvs/Linux x86_64
Diffstat (limited to 'dev-lang/opendylan-bin')
-rw-r--r-- | dev-lang/opendylan-bin/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/opendylan-bin/opendylan-bin-2011.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/opendylan-bin/ChangeLog b/dev-lang/opendylan-bin/ChangeLog index 5b00c1d8463e..281a35e75d6b 100644 --- a/dev-lang/opendylan-bin/ChangeLog +++ b/dev-lang/opendylan-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/opendylan-bin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/opendylan-bin/ChangeLog,v 1.2 2012/08/20 14:26:22 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/opendylan-bin/ChangeLog,v 1.3 2012/08/21 08:26:59 patrick Exp $ + + 21 Aug 2012; Patrick Lauer <patrick@gentoo.org> opendylan-bin-2011.1.ebuild: + Minor cleanups 20 Aug 2012; Patrick Lauer <patrick@gentoo.org> opendylan-bin-2011.1.ebuild: Fixing quoting oopsie diff --git a/dev-lang/opendylan-bin/opendylan-bin-2011.1.ebuild b/dev-lang/opendylan-bin/opendylan-bin-2011.1.ebuild index d663983263a4..6e905b19efa7 100644 --- a/dev-lang/opendylan-bin/opendylan-bin-2011.1.ebuild +++ b/dev-lang/opendylan-bin/opendylan-bin-2011.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/opendylan-bin/opendylan-bin-2011.1.ebuild,v 1.2 2012/08/20 14:26:22 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/opendylan-bin/opendylan-bin-2011.1.ebuild,v 1.3 2012/08/21 08:26:59 patrick Exp $ EAPI=4 DESCRIPTION="OpenDylan language runtime environment (prebuilt)" @@ -29,5 +29,5 @@ src_install() { mkdir -p "${D}/opt/${MY_P}" cp -ar "${S}"/* "${D}/opt/${MY_P}" || die "Failed to copy stuff" mkdir -p "${D}/etc/env.d/opendylan" - echo "export PATH=/opt/opendylan-2011.1/bin:\$PATH" >> "${D}/etc/env.d/opendylan/99-opendylan" || die "Failed to add env settings" + echo "export PATH=/opt/opendylan-2011.1/bin:\$PATH" > "${D}/etc/env.d/opendylan/99-opendylan-bin" || die "Failed to add env settings" } |