Lines Matching refs:dsttmp
161 # Waiting for this to be detected by the "$instcmd $srcarg $dsttmp" command
163 # if $src (and thus $dsttmp) contains '*'.
253 dsttmp=$dstdir/#inst.$$#
272 $doit $doinst $srcarg "$dsttmp" &&
274 trap "rm -f ${dsttmp}" 0 &&
280 # errors from the above "$doit $instcmd $src $dsttmp" command.
282 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else true;fi &&
283 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dsttmp"; else true;fi &&
284 if [ x"$stripcmd" != x ]; then $doit $stripcmd $stripflags "$dsttmp"; else true;fi &&
285 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dsttmp"; else true;fi &&
295 $doit $mvcmd "$dsttmp" "$dstfinal"