aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build.macros.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/build.macros.in b/build.macros.in
index d7e93eb..481d6cb 100644
--- a/build.macros.in
+++ b/build.macros.in
@@ -284,12 +284,6 @@ fi
# Expanded at beginning of %install scriptlet.
#
-%__os_install_post \
- %{?__spec_helper_post}%{?!__spec_helper_post:/usr/share/spec-helper/spec-helper} \
- %{?__brp_python_bytecompile} \
- %{?__brp_python_hardlink}%{!?__brp_python_hardlink:/usr/lib/rpm/brp-python-hardlink} \
-%{nil}
-
#==============================================================================
# ---- specfile macros.
@@ -452,6 +446,12 @@ popd
[ %{_with build} -eq 1 ] || exit 0 \
%{nil}
+%__os_install_post \
+ %{?__spec_helper_post}%{?!__spec_helper_post:/usr/share/spec-helper/spec-helper} \
+ %{?__brp_python_bytecompile} \
+ %{?__brp_python_hardlink}%{!?__brp_python_hardlink:/usr/lib/rpm/brp-python-hardlink} \
+%{nil}
+
%install %{?_enable_debug_packages:%{?buildsubdir:%{debug_package}}}\
%%install\
[ %{_with install} -eq 1 ] || exit 0 \