From f98c8e3b5490958646f5c487173c2880e6c8b9cb Mon Sep 17 00:00:00 2001 From: Olav Vitters Date: Fri, 1 May 2020 14:23:10 +0200 Subject: clean-spec: disable the change of the makeinstall_std macro for now (see dev ml) --- mgagnome | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/mgagnome b/mgagnome index ad8227e..619e759 100755 --- a/mgagnome +++ b/mgagnome @@ -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 --with-gnome\g', -- cgit v1.2.1