mirror of https://github.com/sbt/sbt.git
Removed os specification.
Defaults are now better in packager plugin.
This commit is contained in:
parent
c462aad953
commit
183ffffe2a
|
|
@ -50,7 +50,6 @@ object DebianPkg {
|
|||
version in Rpm <<= sbtVersion.identity,
|
||||
rpmRelease := "1",
|
||||
rpmVendor := "typesafe",
|
||||
rpmOs := "i386",
|
||||
rpmUrl := Some("http://github.com/paulp/sbt-extras"),
|
||||
rpmSummary := Some("Simple Build Tool for Scala-driven builds."),
|
||||
rpmLicense := Some("BSD")
|
||||
|
|
|
|||
Loading…
Reference in New Issue