pkg://ircii-EPIC4-pre1.400-1.src.rpm:551517/ircii-EPIC-ln.patch
info downloads
diff -uNr ircii-EPIC4pre1.400.orig/Makefile.in ircii-EPIC4pre1.400/Makefile.in
--- ircii-EPIC4pre1.400.orig/Makefile.in Tue Jun 2 17:58:17 1998
+++ ircii-EPIC4pre1.400/Makefile.in Tue Jun 2 18:11:45 1998
@@ -128,7 +128,8 @@
if ./my_test -f $(INSTALL_IRC).old; then $(RM) $(INSTALL_IRC).old; fi; \
if ./my_test -f $(INSTALL_IRC); then $(MV) $(INSTALL_IRC) $(INSTALL_IRC).old; fi; \
$(RM) $(INSTALL_IRC); \
- ln -s $(INSTALL_IRC)-$(VERSION) $(INSTALL_IRC); \
+ cd $(bindir); \
+ ln -s irc-$(VERSION) irc; \
fi