contrib: fixup patching in Guix build script

This commit is contained in:
Antoine Poinsot 2023-02-02 12:01:11 +01:00
parent 3f49366b86
commit 0a1c04db36
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304

View File

@ -63,7 +63,7 @@ for project_folder in "" "gui"; do
PROJECT_PATCHES_ROOT="$PWD/contrib/reproducible/guix/patches/$project_folder" PROJECT_PATCHES_ROOT="$PWD/contrib/reproducible/guix/patches/$project_folder"
project_needs_patches() { project_needs_patches() {
test $(ls -A1q "$PROJECT_PATCHES_ROOT" |grep patch) test "$(ls -A1q "$PROJECT_PATCHES_ROOT" |grep patch)"
} }
maybe_create_dir "$PROJECT_OUT_DIR" maybe_create_dir "$PROJECT_OUT_DIR"