| Patch for Slackware support - warvox - VoIP based wardialing tool, forked from … | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit c73e4d6004f5f7dc05796e73842ad117756b9d8c | |
| parent e6517c2f5703fa9d1e23ebf151a1d0f57f5c17c5 | |
| Author: HD Moore <[email protected]> | |
| Date: Tue, 10 Mar 2009 16:12:23 +0000 | |
| Patch for Slackware support | |
| Diffstat: | |
| M bin/verify_install.rb | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/bin/verify_install.rb b/bin/verify_install.rb | |
| @@ -37,7 +37,7 @@ if(not sox_path) | |
| end | |
| sox_data = `#{sox_path} --help 2>&1` | |
| -if(sox_data !~ /SUPPORTED FILE FORMATS.*raw/) | |
| +if(sox_data !~ /raw/) | |
| puts "[*] ERROR: The 'sox' binary does not have support for RAW audio" | |
| exit | |
| end |