Skip to content

Commit

Permalink
#137 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 8beb88e commit 8510ba6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpm.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ maintainerScripts in Rpm := maintainerScriptsFromDirectory(
baseDirectory.value / "package" / "rpm",
Seq(RpmConstants.Pre, RpmConstants.Preun, RpmConstants.Postun)
)
linuxPackageMappings in Rpm := configWithNoReplace((linuxPackageMappings in Rpm).value)
linuxPackageSymlinks in Rpm := Nil
rpmPrefix := Some(defaultLinuxInstallLocation.value)
linuxEtcDefaultTemplate in Rpm := (baseDirectory.value / "package" / "etc_default_cortex").asURL
Expand Down

0 comments on commit 8510ba6

Please sign in to comment.