diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-06 04:49:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-06 04:49:32 +0000 |
commit | 2d0f6b82465d285da272e441ceb080ef4d59c3f4 (patch) | |
tree | f245822589cc148e47c65c36a2780515c043e09d /games-fps | |
parent | Touch up build ebuild and related files. (diff) | |
download | historical-2d0f6b82465d285da272e441ceb080ef4d59c3f4.tar.gz historical-2d0f6b82465d285da272e441ceb080ef4d59c3f4.tar.bz2 historical-2d0f6b82465d285da272e441ceb080ef4d59c3f4.zip |
fix symlink to id1 data dir #104588 by UncleOwen
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/fuhquake-bin/Manifest | 12 | ||||
-rw-r--r-- | games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/games-fps/fuhquake-bin/Manifest b/games-fps/fuhquake-bin/Manifest index 401f84cfe572..0c7dbd55a1b4 100644 --- a/games-fps/fuhquake-bin/Manifest +++ b/games-fps/fuhquake-bin/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 cae285a2de6fe34864fb1029721d2a6d fuhquake-bin-0.31.ebuild 1334 -MD5 abd4ff108a47ce60557d07da7fa38981 ChangeLog 357 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 40cf81e4d4dda291e542fca29f292716 fuhquake-bin-0.31.ebuild 1348 +MD5 abd4ff108a47ce60557d07da7fa38981 ChangeLog 357 MD5 073dc58c3b27fc65dbeafdf60586cb34 files/digest-fuhquake-bin-0.31 204 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) +Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFB0O5proRuSHgZdywRAtgfAJ479kvxbYSldgqUEjFf9xN6WbzXtgCfUjk3 -sslgAGMOWANuyo5S12wbaVU= -=0TeX +iD8DBQFDHSAQgIKl8Uu19MoRArkJAJ9og5VOCOpUPlWbY8y8f9zsP6N4mgCeMgRq +OppDFItvZg+dFhhagDSnsxI= +=ueuT -----END PGP SIGNATURE----- diff --git a/games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild b/games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild index 52731adf0379..e6dab7ba91d0 100644 --- a/games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild +++ b/games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild,v 1.1 2004/12/28 05:25:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/fuhquake-bin/fuhquake-bin-0.31.ebuild,v 1.2 2005/09/06 04:49:32 vapier Exp $ inherit games @@ -31,15 +31,15 @@ src_unpack() { src_install() { local dir=${GAMES_PREFIX_OPT}/${PN} - dodir ${dir} + dodir "${dir}" - exeinto ${dir} + exeinto "${dir}" doexe fuhquake-gl.glx fuhquake.svga fuhquake.x11 fuhquake-security.so || die "doexe" cp -r fuhquake qw "${D}/${dir}"/ || die "cp data" - dosym ${GAMES_DATADIR}/quake-data ${dir}/id1 + dosym "${GAMES_DATADIR}"/quake-data/id1 "${dir}"/id1 for x in fuhquake-gl.glx fuhquake.svga fuhquake.x11 ; do - games_make_wrapper ${x} ./${x} ${dir} + games_make_wrapper ${x} ./${x} "${dir}" done prepgamesdirs |