mirror of https://github.com/sbt/sbt.git
My arch-enemy, the trailing comma
This commit is contained in:
parent
ad3b90bed8
commit
7b08fadd4a
|
|
@ -68,7 +68,7 @@ val root = (project in file(".")).
|
|||
(bd / "debian/changelog") -> "/usr/share/doc/sbt/changelog.gz"
|
||||
) withUser "root" withGroup "root" withPerms "0644" gzipped) asDocs()
|
||||
},
|
||||
debianChangelog in Debian := Some(file("debian/changelog"))
|
||||
debianChangelog in Debian := Some(file("debian/changelog")),
|
||||
|
||||
// RPM SPECIFIC
|
||||
name in Rpm := "sbt",
|
||||
|
|
|
|||
Loading…
Reference in New Issue