Skip to content

Commit

Permalink
Delete obsolete symlink creation
Browse files Browse the repository at this point in the history
The build script does not extract flat files since 2009
  • Loading branch information
mlschroe committed Nov 29, 2023
1 parent cd97764 commit c780b79
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions PBuild/Job.pm
Expand Up @@ -375,10 +375,6 @@ sub rename_build_result {
rmdir("$buildroot/.build.packages");
}
rename("$buildroot/.mount/.build.packages", "$buildroot/.build.packages") || die("final rename failed: $!\n");
# XXX: extracted cpio is flat but code below expects those directories...
symlink('.', "$buildroot/.build.packages/SRPMS");
symlink('.', "$buildroot/.build.packages/DEBS");
symlink('.', "$buildroot/.build.packages/KIWI");
}

#
Expand Down

0 comments on commit c780b79

Please sign in to comment.