Lines Matching refs:dst
71 dst=
173 dst=$src
176 if test -d "$dst"; then
196 dst=$dstarg
198 case $dst in
199 -*) dst=./$dst ;;
204 if test -d "$dst"; then
205 dst=$dst/`basename "$src"`
210 dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
243 $doit $instcmd "$dst" \
244 && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
245 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
246 && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
247 && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }
251 case $dst in
259 dstfile=`basename "$dst"`
261 dstfile=`basename "$dst" $transformbasename \
266 test -z "$dstfile" && dstfile=`basename "$dst"`