diff options
-rwxr-xr-x | mgagnome | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -540,11 +540,12 @@ class SpecFile(): r'%make_build', re.compile(r'^%make_build(?:[ \t]+(?:V=1|VERBOSE=1))+\b', re.MULTILINE) ), - ( - 'change makeinstall_std macro to make_install', - r'%make_install', - re.compile(r'^%makeinstall_std\b', re.MULTILINE) - ), + # Can have side-effects, disable for now + #( + # 'change makeinstall_std macro to make_install', + # r'%make_install', + # re.compile(r'^%makeinstall_std\b', re.MULTILINE) + #), ( 'change find_lang --with-help into --with-gnome', r'\g<keeppre> --with-gnome\g<keeppost>', |