Added sbt-launch script helper

This commit is contained in:
Josh Suereth 2012-02-02 12:28:40 -05:00
parent cea72e8ca7
commit 63d40330c2
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ object Packaging {
a build tool for Scala software, also called SBT.""",
linuxPackageMappings <+= (sourceDirectory in Linux) map { bd =>
(packageMapping((bd / "sbt") -> "/usr/bin/sbt",
(bd / "sbt-launch-lib.sh") -> "/usr/share/sbt/sbt-launch-lib.sh")
(bd / "sbt-launch-lib.bash") -> "/usr/share/sbt/sbt-launch-lib.bash")
withUser "root" withGroup "root" withPerms "0755")
},
linuxPackageMappings <+= (sourceDirectory) map { bd =>