From ff67b0586979bccf862bd2d5ea6cc4175c281c31 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 12 Nov 2023 09:43:04 +0100 Subject: [PATCH] fix the check --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 53d6bfca..3827c0f5 100755 --- a/debian/rules +++ b/debian/rules @@ -580,7 +580,7 @@ preconfigure: # llvm-spirv was found, so we can enable *.spv files. Debian # buster and Ubuntu 18.04 don't have llvm-spirv to create the # *.spv files. - if test "$(LLVM_SPIRV_INSTALLED)" = "no"; then \ + if test "$(LLVM_SPIRV_INSTALLED)" = "yes"; then \ sed -i -e "s|#spv\ ||g" debian/libclc-$(LLVM_VERSION).install; \ fi