diff options
author | Neal Gompa <ngompa13@gmail.com> | 2017-07-30 19:23:39 -0400 |
---|---|---|
committer | Neal Gompa <ngompa13@gmail.com> | 2017-07-30 19:23:39 -0400 |
commit | ebae14c902cd319f62ccbdc11db0975f6f9792a9 (patch) | |
tree | 7fb5008520e536c866509580e3b72fbba956595d /build.macros.in | |
parent | fa83599987fc8aed33c3cfc25eaec1fa371b606c (diff) | |
download | rpm-setup-ebae14c902cd319f62ccbdc11db0975f6f9792a9.tar rpm-setup-ebae14c902cd319f62ccbdc11db0975f6f9792a9.tar.gz rpm-setup-ebae14c902cd319f62ccbdc11db0975f6f9792a9.tar.bz2 rpm-setup-ebae14c902cd319f62ccbdc11db0975f6f9792a9.tar.xz rpm-setup-ebae14c902cd319f62ccbdc11db0975f6f9792a9.zip |
Remove redundant %__debug_install_post
It breaks split debuginfo and debugsource subpackage generation
Diffstat (limited to 'build.macros.in')
-rw-r--r-- | build.macros.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build.macros.in b/build.macros.in index fd16d79..ce8c877 100644 --- a/build.macros.in +++ b/build.macros.in @@ -281,12 +281,6 @@ fi %{!?__brp_python_hardlink:/usr/lib/rpm/brp-python-hardlink} \ %{nil} -%__debug_install_post \ - @RPMLIBDIR@/find-debuginfo.sh %{?_find_debuginfo_dwz_opts} %{?_include_minidebuginfo:-m}\\\ - %{?_debugsource_packages:-S "%{_builddir}/%{?buildsubdir}/debugsourcefiles.list"} \\\ - "%{_builddir}/%{?buildsubdir}" \ -%{nil} - #============================================================================== # ---- specfile macros. |