summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2015-04-18 14:24:11 +0200
committerAxel Beckert <abe@deuxchevaux.org>2015-04-18 14:30:21 +0200
commit95529a513737523b5d7b68f96794743b4a08ee19 (patch)
tree08fbd40f973d9a774f4b874ba2dd9ab10090424d
parent93c4af6fc85e749527cb2b9e4cc6450ef4d4cfa0 (diff)
Don't include MacOS X stuff in .deb
-rwxr-xr-xpackaging/make_deb2
1 files changed, 2 insertions, 0 deletions
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