Skip to content

Commit

Permalink
#193 Remove RPM symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed May 5, 2017
1 parent fb534e5 commit 0b42bd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ linuxEtcDefaultTemplate in Debian := (baseDirectory.value / "install" / "etc_def
linuxMakeStartScript in Debian := None

// RPM //
rpmRelease := "6"
rpmRelease := "7"
rpmVendor in Rpm := "TheHive Project"
rpmUrl := Some("http://thehive-project.org/")
rpmLicense := Some("AGPL")
Expand All @@ -96,6 +96,7 @@ maintainerScripts in Rpm := maintainerScriptsFromDirectory(
baseDirectory.value / "install" / "rpm",
Seq(RpmConstants.Pre, RpmConstants.Preun, RpmConstants.Postun)
)
linuxPackageSymlinks in Rpm := Nil
rpmPrefix := Some(defaultLinuxInstallLocation.value)
linuxEtcDefaultTemplate in Rpm := (baseDirectory.value / "install" / "etc_default_thehive").asURL

Expand Down
1 change: 0 additions & 1 deletion install/rpm/post

This file was deleted.

0 comments on commit 0b42bd6

Please sign in to comment.