From 630ae4e8f0742ef71194da4aaa061842fdffb049 Mon Sep 17 00:00:00 2001 From: hasufell Date: Mon, 17 Aug 2015 18:12:05 +0200 Subject: [PATCH] Use ${CAVE} rather than 'cave' directly --- etc/paludis/hooks/set_portdir.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/paludis/hooks/set_portdir.bash b/etc/paludis/hooks/set_portdir.bash index d9f7868..0a6f457 100644 --- a/etc/paludis/hooks/set_portdir.bash +++ b/etc/paludis/hooks/set_portdir.bash @@ -2,7 +2,7 @@ # set PORTDIR -PORTDIR="$(cave print-repository-metadata --raw-name location gentoo)" +PORTDIR="$(${CAVE} print-repository-metadata --raw-name location gentoo)" PORTDIR=${PORTDIR#location=} if [[ -z ${PORTDIR} || "$(dirname ${PORTDIR})" == "/" ]] ; then