summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-01-11 21:34:29 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-01-11 21:34:29 +0000
commit7234352a961a1fb5ce64463ffdcf39d02a50443c (patch)
treee379b8a6654d32f9eb2e53caf7db57baced405d2 /games-strategy/attal/attal-0.9.3.ebuild
parentRequire the SimpleXML extension, partially fixes bug 118674. (diff)
downloadhistorical-7234352a961a1fb5ce64463ffdcf39d02a50443c.tar.gz
historical-7234352a961a1fb5ce64463ffdcf39d02a50443c.tar.bz2
historical-7234352a961a1fb5ce64463ffdcf39d02a50443c.zip
die backticks
Package-Manager: portage-2.0.53
Diffstat (limited to 'games-strategy/attal/attal-0.9.3.ebuild')
-rw-r--r--games-strategy/attal/attal-0.9.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/attal/attal-0.9.3.ebuild b/games-strategy/attal/attal-0.9.3.ebuild
index 2aa668d28faa..b94fc5b3efe1 100644
--- a/games-strategy/attal/attal-0.9.3.ebuild
+++ b/games-strategy/attal/attal-0.9.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/attal/attal-0.9.3.ebuild,v 1.4 2005/07/07 04:38:09 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/attal/attal-0.9.3.ebuild,v 1.5 2006/01/11 21:34:29 mr_bones_ Exp $
inherit eutils flag-o-matic games
@@ -34,7 +34,7 @@ src_unpack() {
${QTDIR}/bin/qmake -o Makefile Makefile.pro || die "qmake failed"
sed -i \
"s:\./themes/:${GAMES_DATADIR}/${PN}/themes/:" \
- `grep -Rl '\./themes/' *` \
+ $(grep -Rl '\./themes/' *) \
|| die "fixing theme loc"
find "${WORKDIR}"/themes-${PV} -name .cvsignore -print0 | xargs -0 rm -f
}