Hi Roel,

> (invoke "mv" (string-append bin "/ssshd.scm") examples)

Please don’t invoke “mv”; you can use “install-file” instead.  For
simple things like creating links, removing files, moving them about,
renaming them, etc, it’s better to use the procedures that Guile
provides instead of spawning coreutils.

But the question here is: why does guile-ssh install these files to bin?
Should this be changed in the build system instead of patching this
downstream?

--
Ricardo



Reply via email to