Skip to content

Commit

Permalink
FIX #301
Browse files Browse the repository at this point in the history
  • Loading branch information
muuki88 committed Jul 19, 2014
1 parent 9f87bb1 commit 9122098
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This is a work in process project. The goal is to be able to bundle up Scala so
Add the following to your `project/plugins.sbt` file:


addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "0.7.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "0.7.2")


For the native packager keys add this to your `build.sbt`
Expand Down
3 changes: 2 additions & 1 deletion src/sphinx/DetailedTopics/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Docker images require the following setting:

.. code-block:: scala
maintainer in Linux := "John Smith <[email protected]>"
import NativePackagerKeys._
maintainer in Docker := "John Smith <[email protected]>"
It may require these settings:

Expand Down
2 changes: 1 addition & 1 deletion src/sphinx/DetailedTopics/paths.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ logs Linux J
/etc/init.d/``<packageName>`` Linux, Debian, Rpm JavaServerApplication For SystemV
/etc/init/``<packageName>`` Linux, Debian, Rpm JavaServerApplication For Upstart
/usr/lib/systemd/system/``<packageName>``.service Linux, Debian, Rpm JavaServerApplication For Systemd
``<defaultLinuxInstallLocation>`` Global, Docker Installation path inside the container
``<defaultLinuxInstallLocation>`` Docker Installation path inside the container
======================================================== =================== ===================== =======


Expand Down

0 comments on commit 9122098

Please sign in to comment.