mirror of https://github.com/sbt/sbt.git
Fixed summary for SBT package.
This commit is contained in:
parent
b429b0a246
commit
97a73b7d77
|
|
@ -24,8 +24,8 @@ object Packaging {
|
||||||
},
|
},
|
||||||
// GENERAL LINUX PACKAGING STUFFS
|
// GENERAL LINUX PACKAGING STUFFS
|
||||||
maintainer := "Josh Suereth <joshua.suereth@typesafe.com>",
|
maintainer := "Josh Suereth <joshua.suereth@typesafe.com>",
|
||||||
packageDescription := """Simple Build Tool
|
packageSummary := "Simple Build Tool for Scala-driven builds.",
|
||||||
This script provides a native way to run the Simple Build Tool,
|
packageDescription := """This script provides a native way to run the Simple Build Tool,
|
||||||
a build tool for Scala software, also called SBT.""",
|
a build tool for Scala software, also called SBT.""",
|
||||||
linuxPackageMappings <+= (baseDirectory) map { bd =>
|
linuxPackageMappings <+= (baseDirectory) map { bd =>
|
||||||
(packageMapping((bd / "sbt") -> "/usr/bin/sbt")
|
(packageMapping((bd / "sbt") -> "/usr/bin/sbt")
|
||||||
|
|
@ -80,7 +80,6 @@ object Packaging {
|
||||||
rpmRelease := "1",
|
rpmRelease := "1",
|
||||||
rpmVendor := "typesafe",
|
rpmVendor := "typesafe",
|
||||||
rpmUrl := Some("http://github.com/paulp/sbt-extras"),
|
rpmUrl := Some("http://github.com/paulp/sbt-extras"),
|
||||||
rpmSummary := Some("Simple Build Tool for Scala-driven builds."),
|
|
||||||
rpmLicense := Some("BSD"),
|
rpmLicense := Some("BSD"),
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue