epm icon indicating copy to clipboard operation
epm copied to clipboard

specific file argument

Open eshubin opened this issue 9 years ago • 4 comments

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.

eshubin avatar Dec 09 '15 14:12 eshubin

I don't know what can be the meaning of specifying file path. Do you need analytics.beam to be in / ?

maxlapshin avatar Dec 09 '15 14:12 maxlapshin

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

eshubin avatar Dec 09 '15 14:12 eshubin

Looks like fpm supports it https://github.com/jordansissel/fpm/wiki/Source:-dir#mapping-requires-fpm--0440

eshubin avatar Dec 09 '15 14:12 eshubin

You can create pull request for it.

maxlapshin avatar Dec 09 '15 15:12 maxlapshin