diff options
author | Olav Vitters <olav@vitters.nl> | 2020-05-01 14:23:10 +0200 |
---|---|---|
committer | Olav Vitters <olav@vitters.nl> | 2020-05-01 14:23:10 +0200 |
commit | f98c8e3b5490958646f5c487173c2880e6c8b9cb (patch) | |
tree | ce767ccd7a917a2214d4b00aae64334fa8c4bf6f | |
parent | 470a3d8ff63a357e2a39d017ab9ef9bb00397859 (diff) | |
download | mgagnome-f98c8e3b5490958646f5c487173c2880e6c8b9cb.tar mgagnome-f98c8e3b5490958646f5c487173c2880e6c8b9cb.tar.gz mgagnome-f98c8e3b5490958646f5c487173c2880e6c8b9cb.tar.bz2 mgagnome-f98c8e3b5490958646f5c487173c2880e6c8b9cb.tar.xz mgagnome-f98c8e3b5490958646f5c487173c2880e6c8b9cb.zip |
clean-spec: disable the change of the makeinstall_std macro for now (see dev ml)
-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>', |