Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Nov 10, 2016
1 parent 181b757 commit 0218447
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/ScalaDist.scala
Expand Up @@ -63,7 +63,8 @@ object ScalaDist {
mappings in Universal ++= createMappingsWith(update.value.toSeq, universalMappings),

// work around regression in sbt-native-packager 1.0.5 where
// these tasks invoke `tar` without any flags at all
// these tasks invoke `tar` without any flags at all. the issue
// was fixed in 1.1.0, so this could be revisited when we upgrade
universalArchiveOptions in (UniversalDocs, packageZipTarball) := Seq("--force-local", "-pcvf"),
universalArchiveOptions in (UniversalDocs, packageXzTarball ) := Seq("--force-local", "-pcvf")

Expand Down

0 comments on commit 0218447

Please sign in to comment.