Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 64550
Collapse All | Expand All

(-)scummvm-0.6.1b-original/configure (-1 / +1 lines)
Lines 17-23 Link Here
17
17
18
# TODO: We should really use mktemp(1) to determine a random tmp file name.
18
# TODO: We should really use mktemp(1) to determine a random tmp file name.
19
# However, that tool might not be available everywhere.
19
# However, that tool might not be available everywhere.
20
TMPO=/tmp/scummvm-conf
20
TMPO=./scummvm-conf
21
TMPC=${TMPO}.cpp
21
TMPC=${TMPO}.cpp
22
TMPLOG=config.log
22
TMPLOG=config.log
23
23

Return to bug 64550