diff --git a/nuclei.spec b/nuclei.spec index c5fa682..cd1243b 100644 --- a/nuclei.spec +++ b/nuclei.spec @@ -25,12 +25,11 @@ security checks can be modelled with Nuclei %build export GOPROXY=direct -cd v3 %make upx %{name} %install -install -Dm0755 v2/%{name} %{buildroot}%{_bindir}/%{name} +install -Dm0755 %{name} %{buildroot}%{_bindir}/%{name} %files %doc README*.md LICENSE.md