On Fri, Mar 23, 2012 at 3:20 AM, John Kacur <jkacur@xxxxxxxxxx> wrote: > install -D -m 755 src/hwlatdetect/hwlatdetect.py $(DESTDIR)$(PYLIB)/hwlatdetect.py ; \ > + rm -f "$(DESTDIR)$(bindir)/hwlatdetect" ; \ > ln -s $(PYLIB)/hwlatdetect.py "$(DESTDIR)$(bindir)/hwlatdetect" ; \ Why an additional command? Just change "ln -s" to "ln -sf"... -- Thanks, //richard -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html