We need patch installed

This commit is contained in:
Pedro Algarvio 2015-04-08 16:57:06 +01:00
parent 1e6f249ea1
commit 291bac5c18

View file

@ -4096,7 +4096,7 @@ install_opensuse_stable_deps() {
install_opensuse_git_deps() { install_opensuse_git_deps() {
install_opensuse_stable_deps || return 1 install_opensuse_stable_deps || return 1
zypper --non-interactive install --auto-agree-with-licenses git || return 1 zypper --non-interactive install --auto-agree-with-licenses git patch || return 1
__git_clone_and_checkout || return 1 __git_clone_and_checkout || return 1