Skip to content

Commit

Permalink
fix minor but fatal issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed Oct 16, 2024
1 parent 0842195 commit 834ca51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/builder_target/ymp.vala
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ private static void build_target_ymp_init() {

ymp_target.create_data_file.connect(() => {
string buildpath = ymp_target.builder.ymp_build.ympbuild_buildpath;
string tarname = "data.tar.gz";
string tarname = "/data.tar.gz";
var tar = new archive();
if (get_value("compress") == "none") {
tarname = "/data.tar";
Expand Down

0 comments on commit 834ca51

Please sign in to comment.