Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^3: Add bash file to a dist package

by lima1 (Curate)
on Aug 17, 2010 at 14:45 UTC ( [id://855503]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Add bash file to a dist package
in thread Add bash file to a dist package

According Module::Build::Cookbook, if you specify
$builder->add_build_element( 'sh' );
this will find all *.sh files in the lib directory of your distribution. In your case, the bash script is in a non-standard directory, so you have to tell Module::Build where it is:
sh_files => { 'sh/jump.sh' => 'sh/jump.sh' },
And here the files are not the same. The destination is 'blib/sh/jump.sh'.

Replies are listed 'Best First'.
Re^4: Add bash file to a dist package
by earlati (Acolyte) on Aug 17, 2010 at 22:09 UTC
    tanks

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://855503]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (3)
As of 2024-04-25 12:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found