epm
epm copied to clipboard
specific file argument
if I specify a file (not a directory) as an argument to the script, it does not appear in resulting package ../epm.erl -t deb -d riak ... opt/riak-mr/analytic.beam
dpkg -c analytic_1_amd64.deb does not show me analytic.beam at all.
I don't know what can be the meaning of specifying file path. Do you need analytics.beam to be in / ?
I would like it to be installed at /opt/riak-mr/analytic.beam. It's more like filtering packet from unneeded file in /tmproot/opt/riak-mr
Looks like fpm supports it https://github.com/jordansissel/fpm/wiki/Source:-dir#mapping-requires-fpm--0440
You can create pull request for it.