summaryrefslogtreecommitdiff
path: root/dh_runit
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@gnu.org>2016-06-07 02:05:28 +0300
committerDmitry Bogatov <KAction@gnu.org>2016-06-07 02:05:28 +0300
commit28dfe2564c8f6bc4422b4d1eee7d707190bea7db (patch)
tree854925356f7bfc4583108e0ac0ec0f46329e3397 /dh_runit
parent929b68010b357893a3d2e4515e1d6516f332cf98 (diff)
Fix typos
Diffstat (limited to 'dh_runit')
-rwxr-xr-xdh_runit2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_runit b/dh_runit
index 2e3414a..ba066d8 100755
--- a/dh_runit
+++ b/dh_runit
@@ -89,7 +89,7 @@ PKG: foreach my $pkg (@{$dh{DOPACKAGES}}) {
89 } elsif ( -d $path) { 89 } elsif ( -d $path) {
90 doit('cp', '-r', $path, "$sv_dir/$name"); 90 doit('cp', '-r', $path, "$sv_dir/$name");
91 } 91 }
92 if ($enable -eq 'enable' && !$DH{NO_ENABLE}) { 92 if ($enable eq 'enable' && !$dh{NO_ENABLE}) {
93 autoscript($pkg, 'postinst', 'postinst-runit', "s/#NAME#/$name/"); 93 autoscript($pkg, 'postinst', 'postinst-runit', "s/#NAME#/$name/");
94 } 94 }
95 autoscript($pkg, 'prerm', 'prerm-runit', "s/#NAME#/$name/"); 95 autoscript($pkg, 'prerm', 'prerm-runit', "s/#NAME#/$name/");