diff options
author | 2010-06-15 10:11:10 +0000 | |
---|---|---|
committer | 2010-06-15 10:11:10 +0000 | |
commit | 85ec5a5fcb9f8076dde2b253cfb4ddb3734553d4 (patch) | |
tree | 08d5111f62d0e8c6435ca3cc092c6569372fc0d6 /dev-games/crystalspace | |
parent | x86 stable wrt bug #322689 (diff) | |
download | gentoo-2-85ec5a5fcb9f8076dde2b253cfb4ddb3734553d4.tar.gz gentoo-2-85ec5a5fcb9f8076dde2b253cfb4ddb3734553d4.tar.bz2 gentoo-2-85ec5a5fcb9f8076dde2b253cfb4ddb3734553d4.zip |
Fix directory path in elog messages. Raised on bug #174742
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-games/crystalspace')
-rw-r--r-- | dev-games/crystalspace/ChangeLog | 5 | ||||
-rw-r--r-- | dev-games/crystalspace/crystalspace-1.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-games/crystalspace/ChangeLog b/dev-games/crystalspace/ChangeLog index aba3670cc3e7..c564155c16bc 100644 --- a/dev-games/crystalspace/ChangeLog +++ b/dev-games/crystalspace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-games/crystalspace # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.42 2010/06/11 19:57:53 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.43 2010/06/15 10:11:10 tupone Exp $ + + 15 Jun 2010; Tupone Alfredo <tupone@gentoo.org> crystalspace-1.4.0.ebuild: + Fix directory path in elog messages. Raised on bug #174742 by Guido *crystalspace-1.4.0 (11 Jun 2010) diff --git a/dev-games/crystalspace/crystalspace-1.4.0.ebuild b/dev-games/crystalspace/crystalspace-1.4.0.ebuild index fe519353442a..7d4ca5ad62a3 100644 --- a/dev-games/crystalspace/crystalspace-1.4.0.ebuild +++ b/dev-games/crystalspace/crystalspace-1.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild,v 1.1 2010/06/11 19:57:53 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.4.0.ebuild,v 1.2 2010/06/15 10:11:10 tupone Exp $ EAPI=2 inherit eutils flag-o-matic multilib wxwidgets @@ -121,6 +121,6 @@ pkg_postinst() { for dir in castle flarge isomap parallaxtest partsys r3dtest stenciltest \ terrain terrainf; do - elog "cslight -video=null /usr/share/${PN}/data/maps/${dir}" + elog "cslight -video=null /usr/share/${P}/data/maps/${dir}" done } |