cpp-d1064d
[projects.git] / debian / eibd.cp
1 #!/bin/bash
2 set -e
3
4 pushd ../build/bcusdk-0.0.5 >/dev/null
5         make install
6 popd >/dev/null
7
8 pushd ../build/pthsem-2.0.8 >/dev/null
9         make install
10 popd >/dev/null
11
12 rsync -a ../build/debian/tmp/ debian/tmp/
13 cp ../build/bcusdk-0.0.5/debian/changelog debian/
14 cp ../build/bcusdk-0.0.5/debian/copyright debian/
15