Skip to content

Commit 95529a5

Browse files
committed
Don't include MacOS X stuff in .deb
1 parent 93c4af6 commit 95529a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packaging/make_deb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ cp ../src/sshuttle ${B}/usr/bin
2424
cp -r sshuttle.conf ${B}/etc/init
2525
cp prefixes.conf ${B}/etc/sshuttle
2626
cp tunnel.conf ${B}/etc/sshuttle
27+
# Remove MacOS X stuff from .deb
28+
rm -r ${B}/usr/share/sshuttle/ui-macos
2729

2830
# Copy the control file over, as well
2931
cp control ${B}/DEBIAN

0 commit comments

Comments
 (0)