Source
--- Makefile.in.orig 1995-01-05 00:40:23.000000000 -0600
+++ Makefile.in 2010-01-18 21:21:06.000000000 -0600
@if test -f $(INSTALL_IRC).old; then $(RM) $(INSTALL_IRC).old; fi
@if test -f $(INSTALL_IRC); then $(MV) $(INSTALL_IRC) $(INSTALL_IRC).old; fi
$(RM) $(INSTALL_IRC)
- $(LN) $(INSTALL_IRC)-$(VERSION) $(INSTALL_IRC)
+ $(LN) $(notdir $(INSTALL_IRC)-$(VERSION)) $(INSTALL_IRC)
installscript: installdirs
-chmod -x script/*