On Tue, 2003-04-22 at 19:49, Michael Fratoni wrote: > By the way, most of my specfiles actually check for this problem, just to > be safe: > [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT Unfortunately, this only catches the silly case, not the case where someone's actually trying to get you. Think RPM_BUILD_ROOT=/./ or other similar constructs Jeremy