mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-04-20 09:19:23 +02: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
|
# Remove MacOS X stuff from .deb
|
||||||
rm -r ${B}/usr/share/sshuttle/ui-macos
|
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
|
# Copy the control file over, as well
|
||||||
cp control ${B}/DEBIAN
|
cp control ${B}/DEBIAN
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user