summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-10-21 18:17:16 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-10-21 18:17:16 +0000
commite595bc097949fd5ec466441cab8bc45ce108be26 (patch)
treeae52c80e08c04d962327e1c7bbde52c1f332c685 /games-strategy/smac
parentVersion bump. (diff)
downloadhistorical-e595bc097949fd5ec466441cab8bc45ce108be26.tar.gz
historical-e595bc097949fd5ec466441cab8bc45ce108be26.tar.bz2
historical-e595bc097949fd5ec466441cab8bc45ce108be26.zip
Added addition dir variable to games_make_wrapper for bug #109793.
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'games-strategy/smac')
-rw-r--r--games-strategy/smac/ChangeLog5
-rw-r--r--games-strategy/smac/smac-6.0a.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/games-strategy/smac/ChangeLog b/games-strategy/smac/ChangeLog
index 064ef572ce5b..36a5489b895d 100644
--- a/games-strategy/smac/ChangeLog
+++ b/games-strategy/smac/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/smac
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/ChangeLog,v 1.2 2005/09/27 19:56:06 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/ChangeLog,v 1.3 2005/10/21 18:17:16 wolf31o2 Exp $
+
+ 21 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org> smac-6.0a.ebuild:
+ Added addition dir variable to games_make_wrapper for bug #109793.
27 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> smac-6.0a.ebuild:
Changed to use new lokigames mirror:// setup.
diff --git a/games-strategy/smac/smac-6.0a.ebuild b/games-strategy/smac/smac-6.0a.ebuild
index 3348238575e9..7008d4812ec2 100644
--- a/games-strategy/smac/smac-6.0a.ebuild
+++ b/games-strategy/smac/smac-6.0a.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/smac/smac-6.0a.ebuild,v 1.2 2005/09/27 19:56:06 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/smac-6.0a.ebuild,v 1.3 2005/10/21 18:17:16 wolf31o2 Exp $
inherit games
@@ -68,8 +68,8 @@ src_install() {
insinto /usr/share/pixmaps
newins ${CDROM_ROOT}/icon.xpm smac.xpm
- games_make_wrapper ${PN} ./${PN} "${dir}"
- games_make_wrapper ${PN}x ./${PN}x "${dir}"
+ games_make_wrapper ${PN} ./${PN} "${dir}" "${dir}"
+ games_make_wrapper ${PN}x ./${PN}x "${dir}" "${dir}"
prepgamesdirs
einfo "Linking libs provided by 'sys-libs/lib-compat-loki' to '${dir}'."