Skip to content

Commit

Permalink
Fix python path (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
AttilaGombosER authored Jun 15, 2024
1 parent f26302f commit 03699d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit 03699d3

Please sign in to comment.