Skip to content

Commit

Permalink
fix: package build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Louis Fuchs committed Mar 14, 2024
1 parent 828bd66 commit 18b817f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/venv-rpm
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def main():
shutil.rmtree("/root/rpmbuild", ignore_errors=True)
run(["rpmbuild", "--bb", spec], check=True)
rpms = Path("/root/rpmbuild/RPMS/noarch")
file = Path(list(rpms.glob("python3-pyaptly-*.noarch.rpm"))[0])
file = Path(list(rpms.glob("python3-pyaptly-*.rpm"))[0])
shutil.copy2(file, dist)


Expand Down

0 comments on commit 18b817f

Please sign in to comment.