I am trying to figure out which files were changed when I run the installation of the application through make install. I can look at the script, but it calls other scripts and may or may not touch other files, etc. How to do this programmatically?
Implementation: http://asic-linux.com.mx/~izto/checkinstall/
Several ways come to mind. First, use LD_PRELOAD to track all open files. Second approach, compare the file system before and after.
, inotify ( inotify) , --prefix =/home/myusername
, checkinstall ( installwatch LD_PRELOAD) , , , , , .deb.
: inotify, /, installwatch makefiles/install.
Source: https://habr.com/ru/post/1704943/More articles:reverse engineering tools or documentation for flex / actionscript - flexHow to determine if there is a scroll bar or not at the end of richtextbox (vb.net) - .netHow to programmatically change the Crystal Reports formula from Crystal Syntax to Basic Syntax - in Visual Studio 2005 - c #How to loop using XSLT through hierarchical nodes? - xmlHow to add clear button in UITextField? - iphoneUsing DELAY_KEY_WRITE in MySQL: Should I Use It? Is there anything else I need to change? - mysqlHow can I make sure my iphone application is the one who is talking to my server? - emailResize UITableView on RootController - iphoneAdobe AIR - чтение файла в той же папке вне пакета AIR - flexUsing linq with Sharepoint and deleting objects - linqAll Articles