Skip to content

Commit

Permalink
Change the staging directory to "pkg" for the package:rpm rake task.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikogan committed Nov 29, 2010
1 parent 02772d0 commit c770578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/rpm.rb
Expand Up @@ -58,7 +58,7 @@ def test_setup(*args)
test_setup
create_tarball(@verbosity)
# Add a single -v for some feedback
noisy_system(*(%w{./rpm/release/build.rb --single} + @build_verbosity))
noisy_system(*(%w{./rpm/release/build.rb --single --stage-dir=pkg} + @build_verbosity))
end

desc "Build a Yum repository for the current release"
Expand Down

0 comments on commit c770578

Please sign in to comment.