Commit 70ff7f0b authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-install: ignore /home dir as possible bin dir

parent ca3c2414
...@@ -312,7 +312,7 @@ __epm_check_if_src_rpm() ...@@ -312,7 +312,7 @@ __epm_check_if_src_rpm()
__epm_if_command_path() __epm_if_command_path()
{ {
is_dirpath "$1" && rhas "$1" "bin/" is_dirpath "$1" && rhas "$1" "bin/" && ! rhas "$1" "/home"
} }
__epm_get_replacepkgs() __epm_get_replacepkgs()
......
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