Lines Matching refs:_target
796 local _bin _target
798 _target=${2:-$_bin}
799 [[ -e $initdir/$_target ]] && return 0
800 [[ -L $_bin ]] && inst_symlink $_bin $_target && return 0
822 inst_simple "$_bin" "$_target"
842 local _src=$1 _target=${2:-$1} _realsrc
845 [[ -L $initdir/$_target ]] && return 0
854 [[ ! -e $initdir/${_target%/*} ]] && inst_dir "${_target%/*}"
855 [[ -d ${_target%/*} ]] && _target=$(readlink -f ${_target%/*})/${_target##*/}
856 ln -sfn $(convert_abs_rel "${_target}" "${_realsrc}") "$initdir/$_target"
883 local _target=/etc/udev/rules.d _rule _found
886 inst_dir "$_target"
900 inst_simple "$_found" "$_target/${_found##*/}"