Advertisement
andmalv

[Tip] Auditar que hace make install

Mar 28th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. La forma más rápida de saber donde, cómo y qué ficheros o directorios son copiados al ejecutar 'make install', es utilizar la variable 'DESTDIR'.
  2.  
  3.     mkdir /tmp/make
  4.     make install DESTDIR=/tmp/make
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement