[racket] using raco setup to create systemwide commands
I'm working on a small utility to help me backup virtual guest disks over
slow links. I'll make an announcement about it once I get it to beta state.
I would really like to make it a one line command to install to the system.
So far I'm able to install it like so....
1. raco link -i /usr/local/guest-lvm-backup
2. raco setup -l guest-lvm-backup
raco setup creates launchers in the racket install directory named
guest-lvm-backup and guest-lvm-tape
3. I install symbolic links to /usr/local/bin for my commands
guest-lvm-backup and guest-lvm-tape
So my question is.... How do I get raco setup to create the links to the
launchers in /usr/local/bin?
Thanks,
Curt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20130116/db56ee16/attachment.html>