changeset 20:d2b0f399a9aa

Include single protocol raw, nacl0 and nacltai binaries in debian package
author Ivo Smits <Ivo@UCIS.nl>
date Sun, 27 Feb 2011 22:47:22 +0100
parents 3400045a57b8
children c1e5af9329f1
files debian/build.sh
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/debian/build.sh	Sun Feb 27 22:42:27 2011 +0100
+++ b/debian/build.sh	Sun Feb 27 22:47:22 2011 +0100
@@ -6,6 +6,9 @@
 mkdir -p data/usr data/usr/sbin data/DEBIAN
 sed "s/%ARCHITECTURE%/${ARCH}/" -i data/DEBIAN/control
 sed "s/%VERSION%/${VERSION}/" -i data/DEBIAN/control
+cp ../out/quicktun.raw data/usr/sbin/
+cp ../out/quicktun.nacl0 data/usr/sbin/
+cp ../out/quicktun.nacltai data/usr/sbin/
 cp ../out/quicktun.debian data/usr/sbin/
 cp ../out/quicktun.keypair data/usr/sbin/
 fakeroot dpkg-deb --build data quicktun-${VERSION}_${ARCH}.deb