docker-postfix/build-scripts/sasl-xoauth2-03.patch
Bojan Čekrlić 50c95039c4 Fix for installation of msal library
This will create a python venv and point sasl-xoauth2-tool to use
this venv. This way, when the user executes the command, it will
"automagically" work instead of failing.
2025-03-01 09:14:07 +01:00

7 lines
244 B
Diff

--- sasl-xoauth2-orig/scripts/sasl-xoauth2-tool.in 2025-03-01 08:38:07
+++ sasl-xoauth2/scripts/sasl-xoauth2-tool.in 2025-03-01 08:38:12
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/sasl/bin/python3
# PYTHON_ARGCOMPLETE_OK
# -*- coding: utf-8 -*-