trimstray / sandmap

Nmap on steroids. Simple CLI with the ability to run pure Nmap engine, 31 modules with 459 scan profiles.
GNU General Public License v3.0
1.57k stars 217 forks source link

Added mkdir to fix missing /usr/local/man/man8/ #52

Closed coderinsg closed 6 years ago

coderinsg commented 6 years ago

Error: Create symbolic link to /usr/local/bin Create man page to /usr/local/man/man8 gzip: /usr/local/man/man8/sandmap.8: Not a directory

Cause: gzip tries to compress sandmap.8 but can't find the file as the previous copy step fails due to missing directory.

Solution: Create the requried directory prior to copying sandmap.8 over to /usr/local/man/man8

trimstray commented 6 years ago

I solved this a bit earlier but I appreciate it and encourage you to continue your support.

Fix: https://github.com/trimstray/sandmap/commit/de36bf17a718e693300f18b4ac3daa0cdf4ffe01

coderinsg commented 6 years ago

no problem :) glad its solved. Thanks for the great project

On Wed, Apr 18, 2018 at 5:53 PM, @trimstray notifications@github.com wrote:

I solved this a bit earlier but I appreciate it and encourage you to continue your support.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/trimstray/sandmap/pull/52#issuecomment-382331965, or mute the thread https://github.com/notifications/unsubscribe-auth/AM3omlbYLTRUvT6VA9cZRrUp50I1DOBqks5tpw0bgaJpZM4TZfdN .

-- Thanks

Engcheng