Files
MINGW-packages/mingw-w64-libotr/003-fix-symlinks.patch
2014-09-24 22:26:56 +04:00

13 lines
467 B
Diff

--- libotr-4.0.0/toolkit/Makefile.am.orig 2014-09-24 23:16:54.825800000 +0500
+++ libotr-4.0.0/toolkit/Makefile.am 2014-09-24 23:17:35.713400000 +0500
@@ -36,8 +36,7 @@
install-data-local:
-mkdir -p $(DESTDIR)$(man1dir)
- (cd $(DESTDIR)$(man1dir) && \
- for f in $(MANLINKS); do ln -sf otr_toolkit.1 $$f; done)
+ (for f in $(MANLINKS); do cp -f $(abs_srcdir)/otr_toolkit.1 $(DESTDIR)$(man1dir)/$$f; done)
uninstall-local:
(cd $(DESTDIR)$(man1dir) && \