Browse Source

Fixed play-activate-mysql

msmith-techempower 10 years ago
parent
commit
9564336933

+ 1 - 1
frameworks/Scala/play-activate-mysql/install.sh

@@ -1,3 +1,3 @@
 #!/bin/bash
 
-fw_depends java maven play2
+fw_depends java maven play2 sbt

+ 3 - 1
toolset/setup/linux/systools/sbt.sh

@@ -1,7 +1,9 @@
 #!/bin/bash
 
-RETCODE=$(fw_exists sbt/bin/sbt)
+RETCODE=$(fw_exists ${IROOT}/sbt.installed)
 [ ! "$RETCODE" == 0 ] || { return 0; }
 
 fw_get http://dl.bintray.com/sbt/native-packages/sbt/0.13.5/sbt-0.13.5.zip -O sbt-0.13.5.zip
 fw_unzip sbt-0.13.5.zip
+
+touch ${IROOT}/sbt.installed