Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. make[1]: Entering directory `/home/minecraft/tmux'
  2. /bin/mkdir -p '/usr/local/bin'
  3. /usr/bin/install -c tmux '/usr/local/bin'
  4. make install-exec-hook
  5. make[2]: Entering directory `/home/minecraft/tmux'
  6. if test xmdoc = xmdoc; then \
  7. sed -e "s|@SYSCONFDIR@|/etc|g" ./tmux.1 \
  8. >./tmux.1.mdoc; \
  9. else \
  10. sed -e "s|@SYSCONFDIR@|/etc|g" ./tmux.1| \
  11. mawk -f./mdoc2man.awk >./tmux.1.man; \
  12. fi
  13. /bin/mkdir -p /usr/local/share/man/man1
  14. /usr/bin/install -c -m 644 ./tmux.1.mdoc \
  15. /usr/local/share/man/man1/tmux.1
  16. make[2]: Leaving directory `/home/minecraft/tmux'
  17. make[1]: Nothing to be done for `install-data-am'.
  18. make[1]: Leaving directory `/home/minecraft/tmux'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement