Skip to content

Commit da87f41

Browse files
committed
deb: remove redundant "--with systemd" option
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent e595415 commit da87f41

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)