From: =?utf-8?q?Picca_Fr=C3=A9d=C3=A9ric-Emmanuel?= <picca@debian.org>
Date: Mon, 8 Aug 2022 18:51:30 +0200
Subject: do not install pycifrw files

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 6c17078..b5c1d4e 100644
--- a/Makefile
+++ b/Makefile
@@ -1317,7 +1317,7 @@ ifneq ($(CBF_USE_ULP),)
 endif
 	-cp $(CBF_PREFIX)/bin/batch_convert_minicbf.sh $(CBF_PREFIX)/bin/batch_convert_minicbf_old.sh
 	cp $(EXAMPLES)/batch_convert_minicbf.sh $(CBF_PREFIX)/bin/batch_convert_minicbf.sh
-ifneq ($(CBFLIB_DONT_USE_PYCIFRW),yes)
+ifneq ($(CBFLIB_DONT_USE_PY3CIFRW),yes)
 	cp $(SRC)/drel_lex.py $(CBF_PREFIX)/bin/drel_lex.py
 	cp $(SRC)/drel_yacc.py $(CBF_PREFIX)/bin/drel_yacc.py
 	cp $(SRC)/drelc.py $(CBF_PREFIX)/bin/drelc.py
