diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-03-16 11:52:59 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-03-16 17:32:00 +0100 |
commit | 573eae4d62548273ac7925e8b2f3b3a9ecb7cb84 (patch) | |
tree | 25f5ed11ff92df95ba4892bb7a09d7c13a890852 /perl-install/install/share | |
parent | 2825bf167d9bce3c0ea5e54be1f745525637c6d7 (diff) | |
download | drakx-573eae4d62548273ac7925e8b2f3b3a9ecb7cb84.tar drakx-573eae4d62548273ac7925e8b2f3b3a9ecb7cb84.tar.gz drakx-573eae4d62548273ac7925e8b2f3b3a9ecb7cb84.tar.bz2 drakx-573eae4d62548273ac7925e8b2f3b3a9ecb7cb84.tar.xz drakx-573eae4d62548273ac7925e8b2f3b3a9ecb7cb84.zip |
adjust debug build to current python
else drakx-installer-stage2 cannot be rebuilt with the debug option
Diffstat (limited to 'perl-install/install/share')
-rw-r--r-- | perl-install/install/share/list.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml index e012c1c80..098081331 100644 --- a/perl-install/install/share/list.xml +++ b/perl-install/install/share/list.xml @@ -319,8 +319,8 @@ <if set="DEBUG_INSTALL"> /usr/libexec/gdb <from expand="glob"> - /usr/include/python3.*m/pyconfig.h - /usr/LIB/libpython3.*m.so.1.0 + /usr/include/python3.*/pyconfig.h + /usr/LIB/libpython3.*so /usr/LIB/python3.*/abc.py /usr/LIB/python3.*/_bootlocale.py /usr/LIB/python3.*/codecs.py |