﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1686	egg install scripts don't have to rm before install	Mario Domenech Goulart		"Currently, chicken-install generates egg install scripts with the following pattern to install files:

{{{
rm -f ${DESTDIR}'<dest file>'
install -m 755 '<orig file>' ${DESTDIR}'<dest file>'

}}}

{{{install}}} already unlinks files before copying them, so the call to {{{rm}}} doesn't seem to be necessary."	enhancement	closed	not urgent at all	5.3	core libraries	5.2.0	fixed	install, rm, chicken-install		
