aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--postgresql.eselect10
1 files changed, 5 insertions, 5 deletions
diff --git a/postgresql.eselect b/postgresql.eselect
index ecbe766..7ebbfde 100644
--- a/postgresql.eselect
+++ b/postgresql.eselect
@@ -7,7 +7,7 @@ inherit config multilib
DESCRIPTION="Manage active PostgreSQL client applications and libraries"
MAINTAINER="pgsql-bugs@gentoo.org"
SVN_DATE='$Date: $'
-VERSION="1.0.9"
+VERSION="1.0.10"
# Global Data
B_PATH="${EROOT%/}/usr"
@@ -202,13 +202,13 @@ do_set() {
ln -s "${B_PATH}/${x}/postgresql-${SLOT}/${x}" "${B_PATH}/${x}/postgresql"
echo "${B_PATH}/${x}/postgresql" >> "${E_PATH}"/active.links
# Linker works for files
- linker "${B_PATH}/${x}/postgresql-${SLOT}/${x}" \
- '-name lib*' "${B_PATH}/${x}"
+ linker "${B_PATH}/${x}/postgresql-${SLOT}/${x}/" \
+ "-name lib*" "${B_PATH}/${x}"
fi
done
# Link binaries to /usr/bin/
- linker "${B_PATH}/$(lib_dir)/postgresql-${SLOT}/bin" \
+ linker "${B_PATH}/$(lib_dir)/postgresql-${SLOT}/bin/" \
"-type f" "${B_PATH}/bin"
# Default share path
@@ -324,7 +324,7 @@ do_update() {
done
local tmp_manpath="${B_PATH}/share/postgresql-${curslot}/man/"
[[ -d ${tmp_manpath} ]] && manpath+=":${tmp_manpath}"
- linker "${B_PATH}/$(lib_dir)/postgresql-${curslot}/bin" \
+ linker "${B_PATH}/$(lib_dir)/postgresql-${curslot}/bin/" \
"-type f" "${B_PATH}/bin" "${curslot//.}"
echo "done."
done