Skip to content

Commit

Permalink
Fixing tests. rpmScriptsDirectory SettingKey was overriding the
Browse files Browse the repository at this point in the history
debianControlFileDirectory SettingKey with the string id.
  • Loading branch information
muuki88 committed Apr 9, 2014
1 parent d230665 commit 3b7c243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/com/typesafe/sbt/packager/rpm/Keys.scala
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ trait RpmKeys {

// SCRIPTS
val rpmScripts = SettingKey[RpmScripts]("rpm-scripts", "Configuration of pre- and post-integration scripts.")
val rpmScriptsDirectory = SettingKey[File]("debian-control-scripts-directory",
val rpmScriptsDirectory = SettingKey[File]("rpm-scriptlets-directory",
"Directory where all debian control scripts reside. Default is 'src/rpm/scriptlets'")

val rpmPretrans = SettingKey[Option[String]]("rpm-pretrans", "%pretrans scriptlet")
Expand Down

0 comments on commit 3b7c243

Please sign in to comment.