contrib: fixup patching in Guix build script
This commit is contained in:
parent
3f49366b86
commit
0a1c04db36
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user