in reply to Re: Why is ./Build install destdir=$RPM_BUILD_ROOT ignoring the destdir?
in thread Why is ./Build install destdir=$RPM_BUILD_ROOT ignoring the destdir?
so I had to change that line in my spec file to ..../Build install destdir=$RPM_BUILD_ROOT
./Build install --destdir=$RPM_BUILD_ROOT
|
|---|