diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-13 06:28:20 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-13 06:28:20 +0000 |
commit | 6bbaf38c98f5425dc86412c255e908da16a40ad7 (patch) | |
tree | 868eac77f1ad0a429b28eb12e1e06ae94f0b6bce /eclass/games.eclass | |
parent | x86. This should be ready to stable on other archs too. See bug #67326. (diff) | |
download | historical-6bbaf38c98f5425dc86412c255e908da16a40ad7.tar.gz historical-6bbaf38c98f5425dc86412c255e908da16a40ad7.tar.bz2 historical-6bbaf38c98f5425dc86412c255e908da16a40ad7.zip |
mymktemp -> emktemp
Diffstat (limited to 'eclass/games.eclass')
-rw-r--r-- | eclass/games.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/games.eclass b/eclass/games.eclass index 2b4e914d81c7..40140fb77455 100644 --- a/eclass/games.eclass +++ b/eclass/games.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.79 2004/10/06 07:11:05 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.80 2004/10/13 06:28:20 mr_bones_ Exp $ # # devlist: {vapier,wolf31o2,mr_bones_}@gentoo.org # @@ -199,7 +199,7 @@ games_make_wrapper() { local bin="$1" ; shift local chdir="$1" ; shift local libdir="$1" ; shift - local tmpwrapper="$(mymktemp ${T})" + local tmpwrapper="$(emktemp)" cat << EOF > "${tmpwrapper}" #!/bin/sh cd "${chdir}" |