mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-20 19:24:53 +00:00
@@ -106,7 +106,6 @@ pub fn build(b: *std.Build) !void {
|
|||||||
const installrunit_step = b.step("installrunit", "Install the Ly runit service");
|
const installrunit_step = b.step("installrunit", "Install the Ly runit service");
|
||||||
installrunit_step.makeFn = ServiceInstaller(.Runit).make;
|
installrunit_step.makeFn = ServiceInstaller(.Runit).make;
|
||||||
installrunit_step.dependOn(installexe_step);
|
installrunit_step.dependOn(installexe_step);
|
||||||
installopenrc_step.dependOn(installexe_step);
|
|
||||||
|
|
||||||
const installs6_step = b.step("installs6", "Install the Ly s6 service");
|
const installs6_step = b.step("installs6", "Install the Ly s6 service");
|
||||||
installs6_step.makeFn = ServiceInstaller(.S6).make;
|
installs6_step.makeFn = ServiceInstaller(.S6).make;
|
||||||
|
|||||||
Reference in New Issue
Block a user