We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5f2a1 commit 19b976eCopy full SHA for 19b976e
1 file changed
build.zig
@@ -20,7 +20,7 @@ pub fn build(b: *std.Build) void {
20
});
21
const depPkgInstall = b.addInstallFile(
22
depPkgArc,
23
- "deppkg/deppkg.tar.gz",
+ "share/pkgtool-deppkg.tar.gz",
24
);
25
b.default_step.dependOn(&depPkgInstall.step);
26
deppkg_step.dependOn(&depPkgInstall.step);
0 commit comments