| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent cde37e7 commit dab85bd
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -182,7 +182,7 @@ def files(options, action): | |||
| 182 | 182 | action(options, [os.path.join(options.v8_dir, 'tools/gdbinit')], 'share/doc/node/') | |
| 183 | 183 | action(options, [os.path.join(options.v8_dir, 'tools/lldb_commands.py')], 'share/doc/node/') | |
| 184 | 184 | ||
| 185 | - if 'freebsd' in sys.platform or 'openbsd' in sys.platform: | ||
| 185 | + if 'openbsd' in sys.platform: | ||
| 186 | 186 | action(options, ['doc/node.1'], 'man/man1/') | |
| 187 | 187 | else: | |
| 188 | 188 | action(options, ['doc/node.1'], 'share/man/man1/') | |
| Back | FazBrowse Home | New Git URL |
0 commit comments