Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
build: ignore build deps on host
This was causing builds to break unecessarily
  • Loading branch information
adamsutton committed Jul 8, 2015
1 parent ab6b246 commit 4efed71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/apt-update
Expand Up @@ -75,7 +75,7 @@ for b in $TVH_BUILD; do
./support/changelog "$CHANGELOG" "$d" "$VER" || exit 1

# Build source package
dpkg-buildpackage -I.git* -S -sgpg -pgpg || exit 1
dpkg-buildpackage -d -I.git* -S -sgpg -pgpg || exit 1

# Build
if [ "$CMD" == "pbuilder" ]; then
Expand Down

0 comments on commit 4efed71

Please sign in to comment.