On 12/04/07, Michael Schwendt wrote:
On 12/04/07, Tanguy Eric wrote: > > I'm not building as root and it doesn't need to be removed because it > does not exist when i build with buildsystem so how to have a spec file > i can use either on my local machine or on the buildsystem. %install [...] rm -f ${RPM_BUILD_ROOT}%{_infodir}/info Doesn't give an error if the file doesn't exist.
typo. should read: rm -f ${RPM_BUILD_ROOT}%{_infodir}/dir