Updated Branches: refs/heads/master f69d7f71f -> ca519e0ea
BIGTOP-1081. deb spark packing needs to set SOURCE_DIR Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/ca519e0e Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/ca519e0e Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/ca519e0e Branch: refs/heads/master Commit: ca519e0ead95937f1c53e5c0ed867a88ab78d7c4 Parents: f69d7f7 Author: Konstantin Boudnik <[email protected]> Authored: Fri Sep 20 15:48:59 2013 -0700 Committer: Konstantin Boudnik <[email protected]> Committed: Fri Sep 20 15:48:59 2013 -0700 ---------------------------------------------------------------------- bigtop-packages/src/deb/spark/rules | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/ca519e0e/bigtop-packages/src/deb/spark/rules ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/deb/spark/rules b/bigtop-packages/src/deb/spark/rules index 8957eb1..63df086 100644 --- a/bigtop-packages/src/deb/spark/rules +++ b/bigtop-packages/src/deb/spark/rules @@ -48,6 +48,7 @@ install-indep: sh -x debian/install_spark.sh \ --build-dir=`pwd` \ --doc-dir=/usr/share/doc/spark \ + --source-dir=debian \ --prefix=debian/spark dh_install -i (dh_lintian) || /bin/true
