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