From 95529a513737523b5d7b68f96794743b4a08ee19 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Sat, 18 Apr 2015 14:24:11 +0200 Subject: [PATCH] Don't include MacOS X stuff in .deb --- packaging/make_deb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/make_deb b/packaging/make_deb index 96fa589..731a302 100755 --- a/packaging/make_deb +++ b/packaging/make_deb @@ -24,6 +24,8 @@ cp ../src/sshuttle ${B}/usr/bin cp -r sshuttle.conf ${B}/etc/init cp prefixes.conf ${B}/etc/sshuttle cp tunnel.conf ${B}/etc/sshuttle +# Remove MacOS X stuff from .deb +rm -r ${B}/usr/share/sshuttle/ui-macos # Copy the control file over, as well cp control ${B}/DEBIAN