[Bro] Adding addtional files to debian package

Siwek, Jon jsiwek at illinois.edu
Thu Nov 13 07:39:50 PST 2014


> On Nov 13, 2014, at 7:51 AM, John Donnelly <jdonnelly at dyn.com> wrote:
> 
> Hi,
> Any suggestions how to add additional files to the Debian package 
> Bro creates with  "make-deb-package "  step ?
> 
> bro [] #  cd pkg && ( ./make-deb-packages ) 

Those are created via CPack, which uses CMake’s installation mechanism, so the first idea that comes to mind is to edit CMakeList.txt and insert install*() commands.

- Jon




More information about the Bro mailing list