Skip to content

Commit

Permalink
ability to distinguish between build for/on different distros
Browse files Browse the repository at this point in the history
  • Loading branch information
stranger committed Nov 17, 2015
1 parent 8249707 commit 887abac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-in-docker.bash
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ D=$(unzip -l ball.zip | grep -Po '(?: 0\s*[0-9: -]+\s*)\K[a-z0-9_-]+/$')
unzip ball.zip && cd $D


dch -v 1.9.99 "added agent forwarding patch"
dch -v 1.9.99~$(lsb_release -cs) "added agent forwarding patch"

if [[ $(g++ --version | grep 4.9 | wc -l ) = 1 ]] ; then
apt-get install -y g++-4.8
Expand Down

0 comments on commit 887abac

Please sign in to comment.