Skip to content

Commit

Permalink
fix debhelper build error
Browse files Browse the repository at this point in the history
dh: error: Unknown sequence --with (options should not come before the sequence)                                                                                    [72/9312]
Signed-off-by: Alexander Fougner <[email protected]>
  • Loading branch information
fougner committed Dec 9, 2023
1 parent 6b674b8 commit 8910734
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 @@ -3,7 +3,7 @@
PREFIX := /usr

%:
dh --with python3 $@
dh $@ --with python3

override_dh_auto_install:
dh_auto_install -- "PREFIX=$(PREFIX)"

0 comments on commit 8910734

Please sign in to comment.