File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3019,12 +3019,6 @@ def post_install_step(self):
3019
3019
- run post install commands if any were specified
3020
3020
"""
3021
3021
3022
- self .run_post_install_commands ()
3023
- self .apply_post_install_patches ()
3024
- self .print_post_install_messages ()
3025
-
3026
- self .fix_shebang ()
3027
-
3028
3022
lib_dir = os .path .join (self .installdir , 'lib' )
3029
3023
lib64_dir = os .path .join (self .installdir , 'lib64' )
3030
3024
@@ -3045,6 +3039,12 @@ def post_install_step(self):
3045
3039
# create *relative* 'lib' symlink to 'lib64';
3046
3040
symlink ('lib64' , lib_dir , use_abspath_source = False )
3047
3041
3042
+ self .run_post_install_commands ()
3043
+ self .apply_post_install_patches ()
3044
+ self .print_post_install_messages ()
3045
+
3046
+ self .fix_shebang ()
3047
+
3048
3048
def sanity_check_step (self , * args , ** kwargs ):
3049
3049
"""
3050
3050
Do a sanity check on the installation
You can’t perform that action at this time.
0 commit comments