summaryrefslogtreecommitdiff
path: root/dh_runit
diff options
context:
space:
mode:
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 01bbf67..dec63dd 100755
--- a/dh_runit
+++ b/dh_runit
@@ -89,7 +89,7 @@ PKG: foreach my $pkg (@{$dh{DOPACKAGES}}) {
89 } 89 }
90 make_symlink("/etc/sv/$name/supervise", 90 make_symlink("/etc/sv/$name/supervise",
91 "/var/lib/runit/supervise/$name", $tmp); 91 "/var/lib/runit/supervise/$name", $tmp);
92 install_dir("/var/lib/runit/supervise/$name"); 92 install_dir("$tmp/var/lib/runit/supervise/$name");
93 93
94 if ($enable eq 'enable' && !$dh{NO_ENABLE}) { 94 if ($enable eq 'enable' && !$dh{NO_ENABLE}) {
95 runit_autoscript($pkg, 'postinst', "s/#NAME#/$name/"); 95 runit_autoscript($pkg, 'postinst', "s/#NAME#/$name/");