[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#46671] [PATCH] gnu: renpy-build-system: Quote data directory.
From: |
Leo Famulari |
Subject: |
[bug#46671] [PATCH] gnu: renpy-build-system: Quote data directory. |
Date: |
Sat, 20 Feb 2021 19:39:26 -0500 |
On Sun, Feb 21, 2021 at 12:58:27AM +0100, Leo Prikler wrote:
> This prevents generated launchers and desktop files from inadvertently
> crashing if the directory name contains a space.
>
> * gnu/build/renpy-build-system.scm (install, install-desktop-file): Use ~s
> to format data directory.
s/gnu/guix
Otherwise LGTM if it fixes the problem for you.