guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cleaning up the /bin for guix.


From: Ludovic Courtès
Subject: Re: Cleaning up the /bin for guix.
Date: Wed, 25 Apr 2018 14:32:32 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Roel Janssen <address@hidden> skribis:

> From 9455c7b94e0010ff4038132affc7a5c796313894 Mon Sep 17 00:00:00 2001
> From: Roel Janssen <address@hidden>
> Date: Tue, 24 Apr 2018 12:48:32 +0200
> Subject: [PATCH] gnu: guile-ssh: Move files from bin to examples directory.
>
> * gnu/packages/ssh.scm (guile-ssh): Move files from bin to the examples
>   directory.

[...]

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

Please use ‘rename-file’ instead of invoking “mv”.  :-)

Otherwise LGTM!

Bonus points if you report the issue to Artyom upstream!

Thanks,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]