summaryrefslogtreecommitdiff
path: root/dh
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2018-11-09 18:24:03 +0000
committerNiels Thykier <niels@thykier.net>2018-11-09 18:24:03 +0000
commit9fdf901c045012469c1e63e1e4da82499ddedcd2 (patch)
treedac6d6acceaec2648c7d974c1efe16dce4b8a8f2 /dh
parent05d5284eec0a1f04732159e9fc6e83ecb0e0f505 (diff)
downloaddebhelper-9fdf901c045012469c1e63e1e4da82499ddedcd2.tar.gz
dh: Fix inverted boolean logic
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'dh')
-rwxr-xr-xdh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh b/dh
index 10762133..a1a4122b 100755
--- a/dh
+++ b/dh
@@ -405,7 +405,7 @@ my @i = (qw{
dh_installinit
},
(!compat(10) ? qw(dh_installsystemd) : qw()),
- (compat(12) ? qw(dh_installsystemduser) : qw()),
+ (!compat(11) ? qw(dh_installsystemduser) : qw()),
qw{
dh_installmenu