summaryrefslogtreecommitdiff
path: root/irc/charybdis/files/patch-help_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'irc/charybdis/files/patch-help_Makefile.in')
-rw-r--r--irc/charybdis/files/patch-help_Makefile.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/irc/charybdis/files/patch-help_Makefile.in b/irc/charybdis/files/patch-help_Makefile.in
deleted file mode 100644
index 6a992fd21d68..000000000000
--- a/irc/charybdis/files/patch-help_Makefile.in
+++ /dev/null
@@ -1,15 +0,0 @@
---- help/Makefile.in.orig 2016-12-13 14:45:17 UTC
-+++ help/Makefile.in
-@@ -88,9 +88,10 @@ install:
- $(INSTALL_DATA) $$help $(DESTDIR)$(uhelpdir); \
- fi \
- done
-- @for link in $(SYMLINKS); do \
-+ @cd $(DESTDIR)$(uhelpdir); \
-+ for link in $(SYMLINKS); do \
- rm -f $(DESTDIR)$(uhelpdir)/$$link; \
-- ln -s $(ohelpdir)/$$link $(DESTDIR)$(uhelpdir); \
-+ ln -s ../opers/$$link $$link; \
- done
-
-