Skip to content

Commit

Permalink
#743 Set configuration file as "noreplace" in rpm package
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Oct 8, 2018
1 parent 2ecec53 commit 8983721
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rpm.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ linuxPackageSymlinks in Rpm := Nil
rpmPrefix := Some(defaultLinuxInstallLocation.value)
linuxEtcDefaultTemplate in Rpm := (baseDirectory.value / "package" / "etc_default_thehive").asURL

linuxPackageMappings in Rpm := configWithNoReplace((linuxPackageMappings in Rpm).value)

packageBin in Rpm := {
import scala.sys.process._
val rpmFile = (packageBin in Rpm).value
Expand Down

0 comments on commit 8983721

Please sign in to comment.