My arch-enemy, the trailing comma

This commit is contained in:
Dale Wijnand 2016-10-28 14:58:48 +01:00
parent ad3b90bed8
commit 7b08fadd4a
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
1 changed files with 1 additions and 1 deletions

View File

@ -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",