daily pastebin goal
43%
SHARE
TWEET

Untitled

a guest Feb 2nd, 2015 185 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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'
RAW Paste Data
Top