mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-18 19:44:23 +02:00
Fix silly mistake
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
0cead672da
commit
9cd58123c4
1 changed files with 0 additions and 1 deletions
|
|
@ -106,7 +106,6 @@ pub fn build(b: *std.Build) !void {
|
|||
const installrunit_step = b.step("installrunit", "Install the Ly runit service");
|
||||
installrunit_step.makeFn = ServiceInstaller(.Runit).make;
|
||||
installrunit_step.dependOn(installexe_step);
|
||||
installopenrc_step.dependOn(installexe_step);
|
||||
|
||||
const installs6_step = b.step("installs6", "Install the Ly s6 service");
|
||||
installs6_step.makeFn = ServiceInstaller(.S6).make;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue