From 2bc4db599c0ac0dd7d24da6548b96186d789e387 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Picca=20Fr=C3=A9d=C3=A9ric-Emmanuel?= Date: Mon, 8 Aug 2022 18:51:30 +0200 Subject: do not install pycifrw files Gbp-Pq: Name 0018-do-not-install-pycifrw-files.patch --- 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 -- cgit v1.2.3