Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Commit

Permalink
Remove incorrect post install message
Browse files Browse the repository at this point in the history
  • Loading branch information
dbussink committed Jan 6, 2010
1 parent 152a22d commit 60ea77c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions do_postgres/tasks/compile.rake
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ begin

ext.lib_dir = "lib/#{gemspec.name}"

ext.cross_compiling do |gemspec|
gemspec.post_install_message = "You're installing the binary version of #{gemspec.name}. It was built using PostgreSQL version #{BINARY_VERSION}. Is recommended to use the exact same version to avoid potential issues."
end

# automatically add build options to avoid need of manual input
if RUBY_PLATFORM =~ /mswin|mingw/ then
ext.config_options << "--with-pgsql-server-include=#{postgres_lib}/include/server"
Expand Down

0 comments on commit 60ea77c

Please sign in to comment.