aboutsummaryrefslogtreecommitdiff
path: root/repl-bin/pom.xml
diff options
context:
space:
mode:
authorThomas Dudziak <tomdzk@gmail.com>2012-12-19 10:20:43 -0800
committerThomas Dudziak <tomdzk@gmail.com>2012-12-19 10:20:43 -0800
commit5488ac67c3ab1b91c8936fcdb421c966aa73bb6e (patch)
tree342e9823b11744189f2fe429158380257ff40142 /repl-bin/pom.xml
parent1e6e154d6d8220149f100cf518a50d97d84186b6 (diff)
downloadspark-5488ac67c3ab1b91c8936fcdb421c966aa73bb6e.tar.gz
spark-5488ac67c3ab1b91c8936fcdb421c966aa73bb6e.tar.bz2
spark-5488ac67c3ab1b91c8936fcdb421c966aa73bb6e.zip
Tweaked debian packaging to be a bit more in line with debian standards
Diffstat (limited to 'repl-bin/pom.xml')
-rw-r--r--repl-bin/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/repl-bin/pom.xml b/repl-bin/pom.xml
index 72a946f3d7..0667b71cc7 100644
--- a/repl-bin/pom.xml
+++ b/repl-bin/pom.xml
@@ -15,7 +15,8 @@
<url>http://spark-project.org/</url>
<properties>
- <deb.install.path>/usr/share/spark</deb.install.path>
+ <deb.pkg.name>spark-${classifier}</deb.pkg.name>
+ <deb.install.path>/usr/share/spark-${classifier}</deb.install.path>
<deb.user>root</deb.user>
</properties>
@@ -183,7 +184,7 @@
<goal>jdeb</goal>
</goals>
<configuration>
- <deb>${project.build.directory}/${project.artifactId}-${classifier}_${project.version}-${buildNumber}_all.deb</deb>
+ <deb>${project.build.directory}/${deb.pkg.name}_${project.version}-${buildNumber}_all.deb</deb>
<attach>false</attach>
<compression>gzip</compression>
<dataSet>