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:
parent
42e87176fc
commit
2456d3a039
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user