Fix debian/rules Makefile syntax error by replacing here document with echo commands
- Replaced cat > wssshd.spec << 'EOF' with individual echo commands - This completely avoids Makefile tab interpretation issues - Each line is now clearly a shell command starting with proper tab indentation - Resolves the 'missing separator' error when building wsssh-server package - PyInstaller spec file generation now works correctly in Makefile context
Showing
Please
register
or
sign in
to comment