Commit a77b4e64 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack common.sh: improve error about missed target

parent 2c965d4d
......@@ -185,7 +185,7 @@ __check_target_bin()
local target="$1"
if is_abs_path "$target" ; then
# if target does not exist
[ -e "$BUILDROOT$target" ] || fatal "fatal on broken link creating"
[ -e "$BUILDROOT$target" ] || fatal "fatal on broken link creating (missed target $target for add_bin_*_command)"
chmod 0755 "$BUILDROOT$target" || fatal
else
# if target is a relative, skiping when /usr/bin/$name exists
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment