diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-09-22 18:54:40 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-09-22 18:54:40 +0000 |
commit | 580acf6702738b6c4a3c207867a47c1286e2e835 (patch) | |
tree | f0bd51691d83a4499e5f74601803fa58d8e00bc5 /games-action/abuse | |
parent | quoting (diff) | |
download | gentoo-2-580acf6702738b6c4a3c207867a47c1286e2e835.tar.gz gentoo-2-580acf6702738b6c4a3c207867a47c1286e2e835.tar.bz2 gentoo-2-580acf6702738b6c4a3c207867a47c1286e2e835.zip |
quoting
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-action/abuse')
-rw-r--r-- | games-action/abuse/abuse-0.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/abuse/abuse-0.7.1.ebuild b/games-action/abuse/abuse-0.7.1.ebuild index 476b385f1551..d098e1d46470 100644 --- a/games-action/abuse/abuse-0.7.1.ebuild +++ b/games-action/abuse/abuse-0.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/abuse/abuse-0.7.1.ebuild,v 1.9 2009/05/06 20:59:26 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/abuse/abuse-0.7.1.ebuild,v 1.10 2009/09/22 18:54:40 mr_bones_ Exp $ inherit eutils games @@ -29,7 +29,7 @@ src_unpack() { use levels && cp -rf "${WORKDIR}"/abuse-frabs-2.11/{addon,art,levels,lisp,music,netlevel,register} "${WORKDIR}" && rm -rf "${WORKDIR}"/abuse-frabs-2.11/ use demo && cp -rf "${WORKDIR}"/abuse-lib-2.00.orig/unpacked/{addon,art,levels,lisp,abuse.lsp} "${WORKDIR}" && rm -rf "${WORKDIR}"/abuse-lib-2.00.orig/ use sounds && cp -rf "${WORKDIR}"/abuse-sfx-2.00.orig/sfx "${WORKDIR}" && rm -rf "${WORKDIR}"/abuse-sfx-2.00.orig/ - cd ${S} + cd "${S}" # fix bug #231822 sed -i \ -e "s:/var/games/abuse:${GAMES_DATADIR}/${PN}:" \ |