Advertisement
mesmariusz

make install && ldconfig

Sep 25th, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. root@raspberrypi:~/motion# sudo make install && ldconfig
  2. Installing files...
  3. --------------------------------------------------------------------------------
  4. mkdir -p /usr/local/bin
  5. mkdir -p /usr/local/share/man/man1
  6. mkdir -p /usr/local/etc/motion
  7. mkdir -p /usr/local/share/doc/motion-Unofficial-Git-21994e4
  8. mkdir -p /usr/local/share/motion-Unofficial-Git-21994e4/examples
  9. install -m 644 motion.1 /usr/local/share/man/man1
  10. install -m 644 CHANGELOG COPYING CREDITS README motion_guide.html /usr/local/share/doc/motion-Unofficial-Git-21994e4
  11. install -m 644 *.conf /usr/local/share/motion-Unofficial-Git-21994e4/examples
  12. install motion.init-Debian motion.init-Fedora motion.init-FreeBSD.sh /usr/local/share/motion-Unofficial-Git-21994e4/examples
  13. install -m 644 motion-dist.conf /usr/local/etc/motion
  14. install -m 644 thread1.conf /usr/local/etc/motion
  15. install -m 644 thread2.conf /usr/local/etc/motion
  16. install -m 644 thread3.conf /usr/local/etc/motion
  17. install -m 644 thread4.conf /usr/local/etc/motion
  18. for prog in motion; \
  19. do \
  20. (install $prog /usr/local/bin ); \
  21. done
  22. --------------------------------------------------------------------------------
  23. Install complete! The default configuration file, motion-dist.conf, has been
  24. installed to /usr/local/etc/motion. You need to rename/copy it to motion.conf
  25. for Motion to find it. More configuration examples as well as init scripts
  26. can be found in /usr/local/share/motion-Unofficial-Git-21994e4/examples.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement