Hi,

I am not very experienced with Cmake, and couldn't figure this out quickly...

I am trying to build and use a customized version of heka, with my own plugin.

For compliance with our production conventions, I'd like to change the package 
name and the install directory.  So far I have not found a good way to do it.  
Also, it appears that the deb package makes a home directory...  not sure if I 
am doing something wrong?..

...
make deb
...

➜  DEB git:(dev) sudo dpkg --install --instdir=/opt heka_0.5.0_amd64.deb
Selecting previously deselected package heka.
(Reading database ... 51819 files and directories currently installed.)
Unpacking heka (from heka_0.5.0_amd64.deb) ...
Setting up heka (0.5.0) ...
➜  DEB git:(dev) l /opt
total 40
...
drwxr-xr-x  3 root     root     4096 Dec 24 18:55 home

...
drwxr-xr-x  4 root     root     4096 Dec 24 18:55 usr

...
➜  DEB git:(dev) l /opt/home/lev/dev/heka/build/heka/

total 12
drwxr-xr-x 2 root root 4096 Dec 24 18:55 include
drwxr-xr-x 2 root root 4096 Dec 24 18:55 lib
drwxr-xr-x 2 root root 4096 Dec 24 18:55 modules
➜  DEB git:(dev) l /opt/home/lev/dev/heka/build/heka/modules
total 12
-rw-r--r-- 1 root root 1478 Dec 24 18:04 cbufd.lua
-rw-r--r-- 1 root root 2500 Dec 24 18:04 rfc3339.lua
-rw-r--r-- 1 root root  666 Dec 24 18:04 rfc5424.lua
_______________________________________________
Heka mailing list
[email protected]
https://mail.mozilla.org/listinfo/heka

Reply via email to