summaryrefslogtreecommitdiff
path: root/dh_runit
diff options
context:
space:
mode:
Diffstat (limited to 'dh_runit')
-rwxr-xr-xdh_runit4
1 files changed, 2 insertions, 2 deletions
diff --git a/dh_runit b/dh_runit
index 4c9820e..3f45866 100755
--- a/dh_runit
+++ b/dh_runit
@@ -62,8 +62,8 @@ PKG: foreach my $pkg (@{$dh{DOPACKAGES}}) {
62 my $name = $conf->{name} || basename($path); 62 my $name = $conf->{name} || basename($path);
63 63
64 if ($conf->{noreplace}) { 64 if ($conf->{noreplace}) {
65 make_path("${tmp}/var/lib/runit/noreplace/"); 65 make_path("${tmp}/usr/share/runit/meta/${name}/");
66 open(my $fh, ">", "${tmp}/var/lib/runit/noreplace/${name}") 66 open(my $fh, ">", "${tmp}/usr/share/runit/meta/${name}/noreplace")
67 || die $!; 67 || die $!;
68 close($fh); 68 close($fh);
69 } 69 }