We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a96ace commit bc2a0b7Copy full SHA for bc2a0b7
packaging/make_deb
@@ -27,6 +27,9 @@ cp tunnel.conf ${B}/etc/sshuttle
27
# Remove MacOS X stuff from .deb
28
rm -r ${B}/usr/share/sshuttle/ui-macos
29
30
+# Fix path to main.py
31
+sed -e 's:^DIR=.*$:DIR=/usr/share/sshuttle/:' -i ${B}/usr/bin/sshuttle
32
+
33
# Copy the control file over, as well
34
cp control ${B}/DEBIAN
35
0 commit comments