Lines Matching refs:tempdir
91 # .IP tempdir
268 for name in $CONFIG_PARAMS sample_directory install_root tempdir
318 rm -f $tempdir/junk || exit 1
320 cp $src $tempdir/junk || exit 1
321 test -z "$keep_build_mtime" || touch -r $src $tempdir/junk || exit 1
322 mv -f $tempdir/junk $dst || exit 1
461 : ${tempdir=`pwd`}
466 test -z "$non_interactive" && for name in install_root tempdir config_directory
631 test -d $tempdir || mkdir -p $tempdir || exit 1
633 trap "rm -f $tempdir/junk" 0 1 2 3 15
635 ( rm -f $tempdir/junk && touch $tempdir/junk ) || {
636 echo $0: Error: you have no write permission to $tempdir. 1>&2
643 chown root $tempdir/junk >/dev/null 2>&1 || {
648 chown "$mail_owner" $tempdir/junk >/dev/null 2>&1 || {
654 chgrp "$setgid_group" $tempdir/junk >/dev/null 2>&1 || {
662 rm -f $tempdir/junk || exit 1