Skip to content

Commit 4b28d51

Browse files
author
spec cleaner
committed
add %makeinstallqt replacement
1 parent 6265b2e commit 4b28d51

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

spec-cleaner

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ MACROS_TO_REPLACE = {
99
r'%makeinstall_std\b': '%make_install',
1010
r'%configure2_5x\b': '%configure',
1111
r'%apply_patches\b': '%autopatch -p1',
12+
r'%makeinstallqt\b': '%make_install INSTALL_ROOT="%{buildroot}"',
1213
r'\$\{?RPM_BUILD_ROOT\}?': '%{buildroot}',
1314
r'%setup_compile_flags\b': '%set_build_flags',
1415
# Add more macros here as needed

0 commit comments

Comments
 (0)