diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-09-19 17:25:45 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-09-19 17:25:45 +0000 |
commit | 9ba9c506cfe21bb2aac1186d08b0954fdef0fa84 (patch) | |
tree | 9163e0cd29d116294725982ae4439511108d5b6d /games-simulation | |
parent | old (diff) | |
download | gentoo-2-9ba9c506cfe21bb2aac1186d08b0954fdef0fa84.tar.gz gentoo-2-9ba9c506cfe21bb2aac1186d08b0954fdef0fa84.tar.bz2 gentoo-2-9ba9c506cfe21bb2aac1186d08b0954fdef0fa84.zip |
no need to cd
(Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/searchandrescue/ChangeLog | 6 | ||||
-rw-r--r-- | games-simulation/searchandrescue/searchandrescue-1.5.0.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/games-simulation/searchandrescue/ChangeLog b/games-simulation/searchandrescue/ChangeLog index 4a5af9052a04..e3c86a104752 100644 --- a/games-simulation/searchandrescue/ChangeLog +++ b/games-simulation/searchandrescue/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-simulation/searchandrescue # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.38 2013/09/19 09:02:57 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/ChangeLog,v 1.39 2013/09/19 17:25:45 mr_bones_ Exp $ + + 19 Sep 2013; Michael Sterrett <mr_bones_@gentoo.org> + searchandrescue-1.5.0.ebuild: + no need to cd 19 Sep 2013; Chema Alonso <nimiux@gentoo.org> searchandrescue-1.5.0.ebuild: Stable for amd64 wrt bug #485126 diff --git a/games-simulation/searchandrescue/searchandrescue-1.5.0.ebuild b/games-simulation/searchandrescue/searchandrescue-1.5.0.ebuild index 59140ae1346e..7a1e8ebd3aa6 100644 --- a/games-simulation/searchandrescue/searchandrescue-1.5.0.ebuild +++ b/games-simulation/searchandrescue/searchandrescue-1.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-1.5.0.ebuild,v 1.2 2013/09/19 09:02:57 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/searchandrescue/searchandrescue-1.5.0.ebuild,v 1.3 2013/09/19 17:25:45 mr_bones_ Exp $ EAPI=5 inherit eutils flag-o-matic toolchain-funcs games @@ -62,9 +62,8 @@ src_install() { dodoc AUTHORS HACKING README doicon sar/icons/SearchAndRescue.xpm newicon sar/icons/SearchAndRescue.xpm ${PN}.xpm - cd "${WORKDIR}/data" dodir "${GAMES_DATADIR}/${PN}" - cp -r * "${D}/${GAMES_DATADIR}/${PN}/" || die + cp -r "${WORKDIR}"/data/* "${D}/${GAMES_DATADIR}/${PN}/" || die make_desktop_entry SearchAndRescue "SearchAndRescue" /usr/share/pixmaps/${PN}.xpm prepgamesdirs } |