From 5029f82f64d0c9e0947ffa6c23f881265a3834b5 Mon Sep 17 00:00:00 2001 From: hasufell Date: Wed, 26 Aug 2015 12:41:51 +0200 Subject: [PATCH] Add missing source --- etc/paludis/hooks/set_portdir.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/paludis/hooks/set_portdir.bash b/etc/paludis/hooks/set_portdir.bash index 5924aa5..753755b 100644 --- a/etc/paludis/hooks/set_portdir.bash +++ b/etc/paludis/hooks/set_portdir.bash @@ -2,6 +2,8 @@ # set PORTDIR +source "${PALUDIS_EBUILD_DIR}/die_functions.bash" + PORTDIR="$(${CAVE} print-repository-metadata --format '%v' --raw-name location gentoo)" if [[ -z ${PORTDIR} || "$(dirname ${PORTDIR})" == "/" ]] ; then