summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@gnu.org>2016-06-09 18:15:46 +0300
committerDmitry Bogatov <KAction@gnu.org>2016-06-09 18:15:46 +0300
commit9002e984d29480a3287506c73d82f247b0dbacea (patch)
tree23ea68f9b158dc27e5bc08f7870f459c67969264
parentb4fe61b2763bbd203b87dcdd2984376dcf08d1ce (diff)
style: use install_dir over manual install(1) invokation
-rwxr-xr-xdh_runit2
1 files changed, 1 insertions, 1 deletions
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}}) {
82 my $runit = pkgfile($pkg, 'runit'); 82 my $runit = pkgfile($pkg, 'runit');
83 next unless $runit; 83 next unless $runit;
84 84
85 doit('install', '-d', $sv_dir); 85 install_dir($sv_dir);
86 86
87 for my $words (filedoublearray($runit)) { 87 for my $words (filedoublearray($runit)) {
88 (my $enable, my $path, my $name) = @{$words}; 88 (my $enable, my $path, my $name) = @{$words};