Merge "Fix python exec prefix on SUSE."

This commit is contained in:
Jenkins
2013-06-28 17:53:19 +00:00
committed by Gerrit Code Review

View File

@@ -1410,7 +1410,7 @@ function add_user_to_group() {
# Get the path to the direcotry where python executables are installed.
# get_python_exec_prefix
function get_python_exec_prefix() {
if is_fedora; then
if is_fedora || is_suse; then
echo "/usr/bin"
else
echo "/usr/local/bin"