Lines Matching refs:dst
54 dst=""
100 dst=$1
116 dst=$src
119 if [ -d "$dst" ]; then
139 if [ x"$dst" = x ]
150 if [ -d "$dst" ]
152 dst=$dst/`basename "$src"`
159 dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
195 $doit $instcmd "$dst" &&
197 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dst"; else : ; fi &&
198 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dst"; else : ; fi &&
199 if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dst"; else : ; fi &&
200 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dst"; else : ; fi
207 dstfile=`basename "$dst"`
209 dstfile=`basename "$dst" $transformbasename |
217 dstfile=`basename "$dst"`