Skip to content

Commit

Permalink
Fix Makefile to use PYTHON variable in RPM build
Browse files Browse the repository at this point in the history
  • Loading branch information
SlouchyButton committed Sep 12, 2024
1 parent e8d517e commit 9c21ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $(spec): $(PROJECT).spec.dg
--output $@

$(tarball):
python -m build -o . ..
$(PYTHON) -m build -o . ..

srpm: $(spec) $(tarball)
rm -rf *.src.rpm
Expand Down

0 comments on commit 9c21ba6

Please sign in to comment.