I have two boxes that I'm using to build a source rpm. One of them runs:
/usr/lib/rpm/find-debuginfo.sh /usr/src/redhat/BUILD/name-of-package
which adds three name.debug
files to the RPM_BUID_ROOT.
the other build box does not run find-debuginfo.sh and does not generate these files.
- What does
find-debuginfo.sh
do? - what causes it to run?
- how can I make it not run?