in reply to Re^2: Add bash file to a dist package
in thread Add bash file to a dist package
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:$builder->add_build_element( 'sh' );
And here the files are not the same. The destination is 'blib/sh/jump.sh'.sh_files => { 'sh/jump.sh' => '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 |