Skip to content

Commit

Permalink
work around write-protected help/users directory in "make distcheck"
Browse files Browse the repository at this point in the history
  • Loading branch information
df7cb committed Oct 28, 2016
1 parent d81d656 commit 952be29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions help/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ SYMLINKS=topic accept cmode admin names links away whowas \
challenge map pass error knock ping pong

install-exec-hook:
@for link in $(SYMLINKS); do \
chmod u+w $(uhelpdir) # work around write-protected directory in "make distcheck"
@set -e; for link in $(SYMLINKS); do \
rm -f $(uhelpdir)/$$link; \
ln -s $(ohelpdir)/$$link $(uhelpdir); \
done
done

0 comments on commit 952be29

Please sign in to comment.