summaryrefslogtreecommitdiff
path: root/dh_runit
diff options
context:
space:
mode:
Diffstat (limited to 'dh_runit')
-rwxr-xr-xdh_runit1
1 files changed, 1 insertions, 0 deletions
diff --git a/dh_runit b/dh_runit
index f7c81a2..15a6d17 100755
--- a/dh_runit
+++ b/dh_runit
@@ -63,6 +63,7 @@ PKG: foreach my $pkg (@{$dh{DOPACKAGES}}) {
63 install_dir("$sv_dir/$name"); 63 install_dir("$sv_dir/$name");
64 install_prog($path, "$sv_dir/$name/run"); 64 install_prog($path, "$sv_dir/$name/run");
65 } elsif ( -d $path) { 65 } elsif ( -d $path) {
66 install_dir($sv_dir);
66 doit('cp', '-r', $path, "$sv_dir/$name"); 67 doit('cp', '-r', $path, "$sv_dir/$name");
67 # Unfortunately, dh_fixperms does not handle executable bit here. 68 # Unfortunately, dh_fixperms does not handle executable bit here.
68 ensure_executable("$sv_dir/$name"); 69 ensure_executable("$sv_dir/$name");