|
Hello! I'd like to know if there is any way to
define the %{buildsubdir} macro in the same way the %setup macro does, so that
RPM automatically enters this directory below %{_builddir} every time %build,
%install and %doc is executed? I have some special things I need to do in
%prep that is not handled by %setup, but I essentially need to do the same
things... I'd like to be able to define the macro in the specfile just by using
%define, but that doesn't seem to work. Thank's for your input!
/M |