From 9fd141477dca3beb5cc2f82305dcf9f93ba41e9a Mon Sep 17 00:00:00 2001 From: tzolov Date: Thu, 24 Jul 2014 11:12:25 -0700 Subject: [Build] SPARK-2619: Configurable filemode for the spark/bin folder in debian package Add a `744` property to the `assembly/pom.xml` that defaults to `744`. Use this property for ../bin folder . This patch doesn't change the current default modes but allows one override the modes at build time: `-Ddeb.bin.filemode=` Author: tzolov Closes #1531 from tzolov/SPARK-2619 and squashes the following commits: 6d95343 [tzolov] [Build] SPARK-2619: Configurable filemode for the spark/bin folder in the .deb package --- assembly/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'assembly') diff --git a/assembly/pom.xml b/assembly/pom.xml index 4f6aade133..567a8dd2a0 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -39,6 +39,7 @@ spark /usr/share/spark root + 744 @@ -276,7 +277,7 @@ ${deb.user} ${deb.user} ${deb.install.path}/bin - 744 + ${deb.bin.filemode} -- cgit v1.2.3