From 84bb80ff74c874d8661e35b52d66fe4a17f7c7f7 Mon Sep 17 00:00:00 2001 From: Sergey Zhemoytel Date: Thu, 19 Oct 2023 20:42:42 +0000 Subject: [PATCH] 3.0.0 --- nuclei.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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