mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-02-07 22:21:13 +01:00
Fix path to main.py in .deb
This commit is contained in:
parent
6a96ace497
commit
bc2a0b7fbc
@ -27,6 +27,9 @@ cp tunnel.conf ${B}/etc/sshuttle
|
||||
# Remove MacOS X stuff from .deb
|
||||
rm -r ${B}/usr/share/sshuttle/ui-macos
|
||||
|
||||
# Fix path to main.py
|
||||
sed -e 's:^DIR=.*$:DIR=/usr/share/sshuttle/:' -i ${B}/usr/bin/sshuttle
|
||||
|
||||
# Copy the control file over, as well
|
||||
cp control ${B}/DEBIAN
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user