Browse code

Merge "Fix python exec prefix on SUSE."

Jenkins authored on 2013/06/29 02:53:19
Showing 1 changed files
... ...
@@ -1410,7 +1410,7 @@ function add_user_to_group() {
1410 1410
 # Get the path to the direcotry where python executables are installed.
1411 1411
 # get_python_exec_prefix
1412 1412
 function get_python_exec_prefix() {
1413
-    if is_fedora; then
1413
+    if is_fedora || is_suse; then
1414 1414
         echo "/usr/bin"
1415 1415
     else
1416 1416
         echo "/usr/local/bin"