diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-10-14 23:45:26 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-10-14 23:45:26 +0000 |
commit | db824cb864795b018fef9c75a8f1bf3ad72f2ab6 (patch) | |
tree | 778f2f2f565bbedf76367777776f360b1d374395 /dev-games | |
parent | Initial import (diff) | |
download | gentoo-2-db824cb864795b018fef9c75a8f1bf3ad72f2ab6.tar.gz gentoo-2-db824cb864795b018fef9c75a8f1bf3ad72f2ab6.tar.bz2 gentoo-2-db824cb864795b018fef9c75a8f1bf3ad72f2ab6.zip |
fix env file for bug #195829
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/crystalspace/ChangeLog | 6 | ||||
-rw-r--r-- | dev-games/crystalspace/crystalspace-1.2.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-games/crystalspace/ChangeLog b/dev-games/crystalspace/ChangeLog index bf75e821c472..1931690b4f99 100644 --- a/dev-games/crystalspace/ChangeLog +++ b/dev-games/crystalspace/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-games/crystalspace # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.31 2007/10/07 21:51:06 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.32 2007/10/14 23:45:26 mr_bones_ Exp $ + + 14 Oct 2007; Michael Sterrett <mr_bones_@gentoo.org> + crystalspace-1.2.ebuild: + fix env file for bug #195829 *crystalspace-1.2 (07 Oct 2007) diff --git a/dev-games/crystalspace/crystalspace-1.2.ebuild b/dev-games/crystalspace/crystalspace-1.2.ebuild index c4dc74fffcd0..ded204616fd3 100644 --- a/dev-games/crystalspace/crystalspace-1.2.ebuild +++ b/dev-games/crystalspace/crystalspace-1.2.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-games/crystalspace/crystalspace-1.2.ebuild,v 1.1 2007/10/07 21:51:06 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.2.ebuild,v 1.2 2007/10/14 23:45:26 mr_bones_ Exp $ inherit flag-o-matic java-pkg-opt-2 multilib wxwidgets @@ -113,8 +113,8 @@ src_install() { fi dodoc README docs/history* docs/todo_* - echo "CRYSTAL_PLUGIN=/usr/$(get_libdir)/crystalspace" > 90crystalspace - echo "CRYSTAL_CONFIG=/etc/crystalspace" >> 90crystalspace + echo "CRYSTAL_PLUGIN=/usr/$(get_libdir)/${P}" > 90crystalspace + echo "CRYSTAL_CONFIG=/etc/${P}" >> 90crystalspace doenvd 90crystalspace } |