From: Andrey Volk Date: Wed, 6 Oct 2021 18:32:23 +0000 (+0300) Subject: [Packaging] Fix a conflict between freeswitch-mod-python and freeswitch-mod-python3... X-Git-Tag: v1.10.7^2~276 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4603c7cb8e2768cf1c4a253239f1339e91fb70e;p=thirdparty%2Ffreeswitch.git [Packaging] Fix a conflict between freeswitch-mod-python and freeswitch-mod-python3 Debian packages --- diff --git a/debian/freeswitch-mod-python.install.tmpl b/debian/freeswitch-mod-python.install.tmpl index 7f855822a1..9aef46eea1 100644 --- a/debian/freeswitch-mod-python.install.tmpl +++ b/debian/freeswitch-mod-python.install.tmpl @@ -1 +1 @@ -/usr/lib/python*/*-packages/freeswitch.py +/usr/lib/python2*/*-packages/freeswitch.py diff --git a/debian/freeswitch-mod-python3.install.tmpl b/debian/freeswitch-mod-python3.install.tmpl index 7f855822a1..9eae642fb6 100644 --- a/debian/freeswitch-mod-python3.install.tmpl +++ b/debian/freeswitch-mod-python3.install.tmpl @@ -1 +1 @@ -/usr/lib/python*/*-packages/freeswitch.py +/usr/lib/python3*/*-packages/freeswitch.py