change the deb build destination. By default, it's ../, which can be conflicted with other build in jenkins. Change the destination be selfcontained.

This commit is contained in:
Edison Su 2012-09-20 17:50:36 -07:00
parent 74e4b787b4
commit d947b3d62b
1 changed files with 2 additions and 1 deletions

3
debian/rules vendored
View File

@ -113,7 +113,8 @@ binary-common:
# dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb
mkdir -p ./artifacts/debs
dh_builddeb --destdir=$(CURDIR)/artifacts/debs
# Build architecture independant packages using the common target.
# binary-indep: build-indep install-indep
# $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common