diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-11-26 22:50:54 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-11-26 22:50:54 +0000 |
commit | c5f4d05aee45ea63d4defb217ad1c836b809ae32 (patch) | |
tree | c336bff584eb78fbfbd40fe215eee1aa89a6e3d8 /games-action/violetland | |
parent | bump to 2.4.9 (diff) | |
download | gentoo-2-c5f4d05aee45ea63d4defb217ad1c836b809ae32.tar.gz gentoo-2-c5f4d05aee45ea63d4defb217ad1c836b809ae32.tar.bz2 gentoo-2-c5f4d05aee45ea63d4defb217ad1c836b809ae32.zip |
fix the data install location (bug #444600)
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-action/violetland')
-rw-r--r-- | games-action/violetland/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/violetland/violetland-0.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-action/violetland/ChangeLog b/games-action/violetland/ChangeLog index fab90adc4ef1..ce25a9c35394 100644 --- a/games-action/violetland/ChangeLog +++ b/games-action/violetland/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/violetland # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v 1.26 2012/11/22 04:01:42 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v 1.27 2012/11/26 22:50:54 mr_bones_ Exp $ + + 26 Nov 2012; Michael Sterrett <mr_bones_@gentoo.org> violetland-0.4.3.ebuild: + fix the data install location (bug #444600) 22 Nov 2012; Diego E. Pettenò <flameeyes@gentoo.org> violetland-0.4.3.ebuild: Get rid of boost-utils eclass usage. diff --git a/games-action/violetland/violetland-0.4.3.ebuild b/games-action/violetland/violetland-0.4.3.ebuild index 790f9a2b09d1..b0f71ebdffe9 100644 --- a/games-action/violetland/violetland-0.4.3.ebuild +++ b/games-action/violetland/violetland-0.4.3.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/games-action/violetland/violetland-0.4.3.ebuild,v 1.6 2012/11/22 04:01:42 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/violetland-0.4.3.ebuild,v 1.7 2012/11/26 22:50:54 mr_bones_ Exp $ EAPI=2 inherit eutils multilib toolchain-funcs flag-o-matic cmake-utils games @@ -37,7 +37,7 @@ src_prepare() { src_configure() { mycmakeargs=( "-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}" - "-DDATA_INSTALL_DIR=${GAMES_DATADIR}" + "-DDATA_INSTALL_DIR=${GAMES_DATADIR}/${PN}" ) cmake-utils_src_configure } |