Björn Lindqvist <[email protected]> writes: > 2013/8/26 Alex Vondrak <[email protected]>: >> On Mon, Aug 26, 2013 at 12:45 AM, Björn Lindqvist >> <[email protected]> wrote: >>> The binary name "factor" was already taken by a program in coreutils >>> so I had to change it to "factor-run". >> >> How about something like "factor-lang" or "factor-listener"? > > I actually called the binary factor-lang. But then I needed a > factor-run bash script too because Factor isn't happy with having the > standard library in a different directory from the binary file.
The obvious thing to do, which I think is the standard approach for packaging such programs, is the following. Just install Factor, with the binary called "factor", into some directory in /usr/share. For example, /usr/share/factor would be fine. Then create a symlink or a shell script in /usr/bin pointing to /usr/share/factor, which is called factor-lang or whatever. Rupert
pgpeOjO80ZXR2.pgp
Description: PGP signature
------------------------------------------------------------------------------ Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management. Visit us today! http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
