Skip to content

Commit

Permalink
postgresql: Build and install extensions (in contrib/)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Jun 21, 2022
1 parent c38e53b commit 0f80a32
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions postgresql.be0
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,15 @@ SRCURL[0]="https://beehive.molgen.mpg.de/69b19b46defe6eded4b3bbc1725025f9/postgr
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}
mee_build() {
bee_build
bee_build -C contrib
}

mee_install() {
bee_install
bee_install -C contrib
}
## by default this may be 'make install DESTDIR="${D}"'

###############################################################################
Expand Down

0 comments on commit 0f80a32

Please sign in to comment.