On Mar 30, 2008, at 8:21 PM, Michael Green wrote:

> for scripts in scripts/*.nasl scripts/*.nbin; do \
>        /usr/bin/install -c -o root -m 444 $scripts \
>                /usr/local/lib/nessus/plugins; \
>        done
>
> /usr/bin/install: cannot stat `scripts/*.nbin': No such file or  
> directory
> make: *** [install-nasl] Error 1

One solution is to edit nessus-plugins/Makefile, remove "scripts/ 
*.nbin", and rerun "make install". That is, line 26 in the Makefile  
should read:

   for scripts in scripts/*.nasl; do \

George
-- 
[EMAIL PROTECTED]



_______________________________________________
Nessus mailing list
[email protected]
http://mail.nessus.org/mailman/listinfo/nessus

Reply via email to