Skip to content
Unverified Commit 517c52ec authored by Bas van Dijk's avatar Bas van Dijk Committed by Mario Rodas
Browse files

postgresql: always create the $out/bin directory

This is needed because some PostgreSQL plugins don't have a bin
directory. If only these plugins are listed in cfg.extraPlugins buildEnv
will turn $out/bin into a symbolic link to ${pg}/bin. Lateron we try to
rm $out/bin/{pg_config,postgres,pg_ctl} which will then fail because
$out/bin will be read-only.
parent 74bc006b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment