Package it using the tool like module-starter
it will make you install the package as the standard process --
 ./configure && make && make install

http://search.cpan.org/~xsawyerx/Module-Starter-1.62/lib/Module/Starter.pm

Regards.



On Sat, May 17, 2014 at 3:17 AM, Mike Dunaway <ekimduna...@gmail.com> wrote:

> So I've written a Perl utility and packed it with Fatpacker that I now
> want to distribute among the world. I've included an "install" script that
> the user should run:
>
> sudo ./Install.sh
>
> But the script just runs:
>
> cp eztar /usr/local/bin/eztar
>
> What's the more appropriate or common/best practice way of doing something
> like this?
>
> --
> To unsubscribe, e-mail: beginners-unsubscr...@perl.org
> For additional commands, e-mail: beginners-h...@perl.org
> http://learn.perl.org/
>
>
>

Reply via email to