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?

Thanks for your response taint. I learned that YAML::Tiny uses Module::Build::Tiny which does not like
./Build install destdir=$RPM_BUILD_ROOT
so I had to change that line in my spec file to ...
./Build install --destdir=$RPM_BUILD_ROOT