mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
Rename appstream.pkgar to repo-appstream.pkgar to prevent conflicts
This commit is contained in:
parent
d01f20ddfd
commit
a980bb1ab7
@ -99,7 +99,7 @@ fn publish_packages(recipe_list: Vec<String>, repo_dir: String) -> anyhow::Resul
|
||||
.join("build")
|
||||
.join(&target)
|
||||
.join("appstream");
|
||||
let appstream_pkg = repo_path.join("appstream.pkgar");
|
||||
let appstream_pkg = repo_path.join("repo-appstream.pkgar");
|
||||
|
||||
fs::remove_dir_all(&appstream_root).ok();
|
||||
fs::remove_file(&appstream_pkg).ok();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user