ports/irc/charybdis/files/patch-help_Makefile.in
Mikhail Pchelin 98abcc8b87 - update from 3.4.2 to 3.5.3
- use of official master site
- remove 'expect' from CONFLICTS
- remove DOCS option
- binaries are stripped by default
- help files are linked relatively

Approved by:	crees (maintainer), jpaetzel (mentor)
2016-12-15 08:59:20 +00:00

15 lines
400 B
Text

--- 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