Skip to content
Snippets Groups Projects
Commit 20e2d458 authored by Romain Porte's avatar Romain Porte
Browse files

fix build failure with multiple py3 interpreters

parent 534d918d
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,8 @@ override_dh_auto_install:
# This move cannot be exported to dh_install using dh_exec, because
# wildcards are not supported and Python version number may change.
mkdir -p debian/tmp/usr/share/doc/python3-grammalecte
mv debian/tmp/usr/lib/python3.*/dist-packages/grammalecte/README* \
cp debian/tmp/usr/lib/$(shell py3versions -d)/dist-packages/grammalecte/README* \
debian/tmp/usr/share/doc/python3-grammalecte
rm debian/tmp/usr/lib/python3.*/dist-packages/grammalecte/README*
rm debian/tmp/usr/lib/python3.*/dist-packages/grammalecte/WARNING.txt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment