Skip to content

Commit d60064b

Browse files
Merge pull request #527 from thaJeztah/remove_redundant_systemd_check
deb: remove redundant "--with systemd" option
2 parents e595415 + da87f41 commit d60064b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deb/common/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ override_dh_gencontrol:
9999
dh_gencontrol --remaining-packages
100100

101101
%:
102-
dh $@ --with=bash-completion $(shell command -v dh_systemd_enable > /dev/null 2>&1 && echo --with=systemd)
102+
dh $@ --with=bash-completion

0 commit comments

Comments
 (0)