Skip to content

Commit

Permalink
Install deps a couple of times so we get everything
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeanogamer committed May 26, 2023
1 parent d996704 commit 60cfe64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ rpm: tar
sudo dnf builddep -y hstsparser.spec
rpmbuild -br --define "_topdir `pwd`/rpmbuild" ./hstsparser.spec
sudo dnf builddep -y rpmbuild/SRPMS/hstsparser*buildreqs.nosrc.rpm
rpmbuild -ba --define "_topdir `pwd`/rpmbuild" ./hstsparser.spec
rpmbuild -br --define "_topdir `pwd`/rpmbuild" ./hstsparser.spec
sudo dnf builddep -y rpmbuild/SRPMS/hstsparser*buildreqs.nosrc.rpm
rpmbuild -ba --define "_topdir `pwd`/rpmbuild" ./hstsparser.spec

0 comments on commit 60cfe64

Please sign in to comment.