Skip to content

Commit

Permalink
better dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wouiSB committed Jan 1, 2024
1 parent 0c12fcf commit d3c21d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getrelease.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def dowlload_file(url, filename):
run(f"sudo sed -i 's#\"/usr/lib\"##' {speffile}", shell=True)

# add dependency to the first line
run(f"sudo sed -i '1iRequires: libappindicator-gtk3-devel' {speffile}", shell=True)
run(f"sudo sed -i '1iRequires: libappindicator-gtk3' {speffile}", shell=True)


run(f"cd {dir} && sudo rpmbuild --target={task['arch']} --buildroot $(pwd) -bb {basename(speffile)}", shell=True)
Expand Down

0 comments on commit d3c21d5

Please sign in to comment.