summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2022-08-08 18:51:30 +0200
committerPicca Frédéric-Emmanuel <picca@debian.org>2023-12-08 14:14:29 +0100
commit2bc4db599c0ac0dd7d24da6548b96186d789e387 (patch)
tree84774ef1c38407dc3293ddf0de4bfcf30054006b
parent9cf3890bfb401d8db189997b2875562d20f9292b (diff)
do not install pycifrw files
Gbp-Pq: Name 0018-do-not-install-pycifrw-files.patch
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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