Don't include MacOS X stuff in .deb

This commit is contained in:
Axel Beckert 2015-04-18 14:24:11 +02:00
parent 93c4af6fc8
commit 95529a5137

View File

@ -24,6 +24,8 @@ cp ../src/sshuttle ${B}/usr/bin
cp -r sshuttle.conf ${B}/etc/init cp -r sshuttle.conf ${B}/etc/init
cp prefixes.conf ${B}/etc/sshuttle cp prefixes.conf ${B}/etc/sshuttle
cp tunnel.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 # Copy the control file over, as well
cp control ${B}/DEBIAN cp control ${B}/DEBIAN