1
0
mirror of https://git.zap.org.au/git/trader.git synced 2025-02-02 15:08:13 -05:00

Correct ${gpgverify} to %{gpgverify} in trader.spec

This commit is contained in:
John Zaitseff 2022-08-05 13:18:06 +10:00
parent 42e87176fc
commit 2456d3a039

View File

@ -32,7 +32,7 @@ order to become the wealthiest player (the winner).
%global _hardened_build 1
%prep
${gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
%setup -q
%build