[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72541] [PATCH] gnu: gerbv: Fix missing version.
From: |
Evgeny Pisemsky |
Subject: |
[bug#72541] [PATCH] gnu: gerbv: Fix missing version. |
Date: |
Sun, 08 Sep 2024 19:00:37 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
*After these changes
Looks like I have found the problem in this script:
When git is absent, it stops at the following line:
GIT=`command -v git`
resulting an empty version. The reason is probably this instruction:
set -e
Anyway, IMO in guix it makes more sense to just exclude obviously
useless script from the build process, rather than patch it.