postgresql: update to 8.4.10, systemd switch.
This commit is contained in:
@@ -1,16 +1,12 @@
|
||||
# Template file for 'postgresql-libs'.
|
||||
#
|
||||
revision=1
|
||||
short_desc="PostgreSQL shared libraries"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package provides the shared libraries used by PostgreSQL applications."
|
||||
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.so* ${DESTDIR}/usr/lib
|
||||
do_install() {
|
||||
vmove "usr/lib/*.so*" usr/lib
|
||||
for d in $(find ${SRCPKGDESTDIR}/usr/share/locale \
|
||||
-type f -name libpq5\*); do
|
||||
mkdir -p ${DESTDIR}/$(dirname ${d#${SRCPKGDESTDIR}})
|
||||
|
||||
Reference in New Issue
Block a user