From 9002e984d29480a3287506c73d82f247b0dbacea Mon Sep 17 00:00:00 2001 From: Dmitry Bogatov Date: Thu, 9 Jun 2016 18:15:46 +0300 Subject: style: use install_dir over manual install(1) invokation --- dh_runit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dh_runit') diff --git a/dh_runit b/dh_runit index abff983..16af671 100755 --- a/dh_runit +++ b/dh_runit @@ -82,7 +82,7 @@ PKG: foreach my $pkg (@{$dh{DOPACKAGES}}) { my $runit = pkgfile($pkg, 'runit'); next unless $runit; - doit('install', '-d', $sv_dir); + install_dir($sv_dir); for my $words (filedoublearray($runit)) { (my $enable, my $path, my $name) = @{$words}; -- cgit v1.2.3