mirror of https://github.com/sbt/sbt.git
Added sbt-launch script helper
This commit is contained in:
parent
cea72e8ca7
commit
63d40330c2
|
|
@ -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 =>
|
||||
|
|
|
|||
Loading…
Reference in New Issue