postgresql: rebuild against perl-5.16.
This commit is contained in:
parent
10bd0dc7ef
commit
f0115a0052
5 changed files with 6 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'postgresql-plperl'.
|
||||
#
|
||||
depends="postgresql"
|
||||
depends="perl>=5.16 postgresql>=$version"
|
||||
short_desc="PL/Perl procedural language for PostgreSQL"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
@ -8,7 +8,6 @@ long_desc="${long_desc}
|
|||
PostgreSQL 8.4 in Perl. You need this package if you have any PostgreSQL 8.4
|
||||
functions that use the languages plperl or plperlu."
|
||||
|
||||
|
||||
do_install() {
|
||||
vmove "usr/lib/postgresql/plperl*" usr/lib/postgresql
|
||||
for d in $(find ${SRCPKGDESTDIR}/usr/share/locale \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue