diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-03-07 20:17:48 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-03-07 20:17:48 +0000 |
commit | 14ac157da912064b29f0a22c462dbb77a3dda21a (patch) | |
tree | eba20df8e7a8986f321f19a3de69aefcef106dde /games-roguelike | |
parent | QA cleanup: Fix quoting. (diff) | |
download | gentoo-2-14ac157da912064b29f0a22c462dbb77a3dda21a.tar.gz gentoo-2-14ac157da912064b29f0a22c462dbb77a3dda21a.tar.bz2 gentoo-2-14ac157da912064b29f0a22c462dbb77a3dda21a.zip |
QA cleanup: Fix quoting.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-roguelike')
-rw-r--r-- | games-roguelike/slashem/ChangeLog | 8 | ||||
-rw-r--r-- | games-roguelike/slashem/slashem-0.0.772.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/games-roguelike/slashem/ChangeLog b/games-roguelike/slashem/ChangeLog index 0594cc39a7a8..3c2a78cdf1de 100644 --- a/games-roguelike/slashem/ChangeLog +++ b/games-roguelike/slashem/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-roguelike/slashem -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/slashem/ChangeLog,v 1.16 2007/03/12 17:18:20 genone Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/slashem/ChangeLog,v 1.17 2008/03/07 20:17:48 wolf31o2 Exp $ + + 07 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> + slashem-0.0.772.ebuild: + QA cleanup: Fix quoting. 12 Mar 2007; Marius Mauch <genone@gentoo.org> slashem-0.0.760.ebuild, slashem-0.0.772.ebuild: diff --git a/games-roguelike/slashem/slashem-0.0.772.ebuild b/games-roguelike/slashem/slashem-0.0.772.ebuild index e2d9f8048e7c..80440e193d9b 100644 --- a/games-roguelike/slashem/slashem-0.0.772.ebuild +++ b/games-roguelike/slashem/slashem-0.0.772.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/slashem/slashem-0.0.772.ebuild,v 1.6 2007/06/12 12:59:00 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/slashem/slashem-0.0.772.ebuild,v 1.7 2008/03/07 20:17:48 wolf31o2 Exp $ inherit eutils flag-o-matic games @@ -77,7 +77,7 @@ src_unpack() { ./config X11 ../.. || die "X config" fi - cd ${S} + cd "${S}" sed -i \ -e "s:^\(\# define HACKDIR \).*:\1 \"${HACKDIR}\":" \ include/config.h || die "config.h sed" @@ -128,7 +128,7 @@ src_install() { insinto "${GAMES_DATADIR}"/${PN}/fonts doins *.pcf cd "${D}${GAMES_DATADIR}"/${PN}/fonts - mkfontdir || die "The action mkfontdir ${D}{GAMES_DATADIR}/${PN}/fonts failed" + mkfontdir || die "The action mkfontdir ${GAMES_DATADIR}/${PN}/fonts failed" # copy slashem X application defaults cd "${S}"/win/X11 |