From 03699d37a06a3ffe60bc2af187388259be7c52c7 Mon Sep 17 00:00:00 2001 From: AttilaGombosER Date: Sat, 15 Jun 2024 18:13:09 +0200 Subject: [PATCH] Fix python path (#5) --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 4cca4ef..67cf0c6 100755 --- a/debian/rules +++ b/debian/rules @@ -8,4 +8,4 @@ override_dh_builddeb: dh_builddeb $@ --destdir=$(ARTIFACTS_DIR) -- -Zgzip %: - dh $@ --with python-virtualenv --python $(which python3) + dh $@ --with python-virtualenv --python `which python3`