]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-debuginfo.patch
- Allow to disable '__debug_install_post'
[packages/rpm.git] / rpm-debuginfo.patch
CommitLineData
d68708d1 1--- rpm-4.3/macros.in.alreadey_patched 2004-05-31 16:47:32.496632272 +0200
2+++ rpm-4.3/macros.in 2004-05-31 16:46:14.976417136 +0200
3@@ -107,12 +107,16 @@
4 # The location of the rpm database file(s) after "rpm --rebuilddb".
5 %_dbpath_rebuild %{_dbpath}
72a6423b 6
d68708d1 7-#
8-# Path to script that creates debug symbols in a /usr/lib/debug
9-# shadow tree.
10-%__debug_install_post \
11- @RPMCONFIGDIR@/find-debuginfo.sh %{_builddir}/%{?buildsubdir}\
12-%{nil}
13+#------------------------------------------------------------------
14+# Path to script that creates debug symbols in a /usr/lib/debug
15+# shadow tree.
16+#%no_debug_install_post 1
17+%__debug_install_post { \
18+%{!?no_debug_install_post: \
19+ /usr/lib/rpm/find-debuginfo.sh %{_builddir}/%{?buildsubdir}\
20+ %{nil}\
21+} }
22+#------------------------------------------------------------------
8b1ec822 23
d68708d1 24 # Template for debug information sub-package.
25 %debug_package \
This page took 0.029002 seconds and 4 git commands to generate.