| commit | b0602b65d7fbc676d067396adfcf57d278fc4496 | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Fri Jun 28 17:53:19 2013 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Fri Jun 28 17:53:19 2013 +0000 |
| tree | 2543bf6a4b6e83f3079aba06ec2bc5ddecdc05ad | |
| parent | 9297319fdb18440b7f37aa71b12a7599cd691dbb [diff] | |
| parent | 4f9b33d077cacaed524175902f6209f20cc4c5a7 [diff] |
Merge "Fix python exec prefix on SUSE."
diff --git a/functions b/functions index c611e00..70ab999 100644 --- a/functions +++ b/functions
@@ -1410,7 +1410,7 @@ # 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"