naveenrajm7 / rpmbuild

A GitHub Action to build RPMs from source code and spec file, uses rpmbuild .
https://github.com/marketplace/actions/rpm-build
GNU General Public License v3.0
33 stars 48 forks source link

can not specify installation dir for debuginfo file #19

Open shdluan opened 1 year ago

shdluan commented 1 year ago

I just want to specify a new installation dir for debuginfo/debugsource packge, but I cannot find how to config it. If add set _prefix, it just applied for binary files, the debug rpm's installation path are still in /usr/lib/debug or /usr/src/debug. I'd like to know how to config rpmbuild command to support customization installation path for debug rpms