On Tuesday 13 March 2007, Enrico Scholz wrote: > > > The solution is to make the following mandatory: > > %install > > rm -rf $RPM_BUILD_ROOT > > mkdir $RPM_BUILD_ROOT # this fails when $RPM_BUILD_ROOT already exists > > Will work; ...but will break in setups where some subdirs of $RPM_BUILD_ROOT are missing before %install. This wouldn't suffer from that drawback: %install rm -rf $RPM_BUILD_ROOT mkdir -p $(dirname $RPM_BUILD_ROOT) ; mkdir $RPM_BUILD_ROOT -- Fedora-packaging mailing list Fedora-packaging@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-packaging