diff options
author | Jani Välimaa <wally@mageia.org> | 2020-02-04 19:25:24 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2020-02-04 19:25:24 +0200 |
commit | 6de0077a8c17e2651ed6e4f302006f09a45e1977 (patch) | |
tree | 4c4c8ff058c2f1dd4354e0420d3207ab3be1ac51 /build.macros.in | |
parent | 5057c7c260790cbe5dffeb823ff186282cdfd7f1 (diff) | |
download | rpm-setup-6de0077a8c17e2651ed6e4f302006f09a45e1977.tar rpm-setup-6de0077a8c17e2651ed6e4f302006f09a45e1977.tar.gz rpm-setup-6de0077a8c17e2651ed6e4f302006f09a45e1977.tar.bz2 rpm-setup-6de0077a8c17e2651ed6e4f302006f09a45e1977.tar.xz rpm-setup-6de0077a8c17e2651ed6e4f302006f09a45e1977.zip |
build.macros: add __spec_install_post
Diffstat (limited to 'build.macros.in')
-rw-r--r-- | build.macros.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build.macros.in b/build.macros.in index 155148e..9962c7a 100644 --- a/build.macros.in +++ b/build.macros.in @@ -406,6 +406,12 @@ popd %{?__brp_mangle_shebangs} \ %{nil} +%__spec_install_post\ + %{?__debug_package:%{__debug_install_post}}\ + %{__arch_install_post}\ + %{__os_install_post}\ +%{nil} + %install %{?_enable_debug_packages:%{?buildsubdir:%{debug_package}}}\ %%install\ %{nil} |