From 26822c1204131953d06298ca7e3ee43f92c7bd8f Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 13 May 2012 18:27:47 +0200 Subject: [PATCH] config/path: use $HOME instead ~ it seems ccache dont expand this on various platforms, this should fix #644 Signed-off-by: Stephan Raue --- config/path | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/path b/config/path index e98fea5015..0df55ab7b7 100644 --- a/config/path +++ b/config/path @@ -106,7 +106,7 @@ HOST_PKG_CONFIG_PATH="" HOST_PKG_CONFIG_LIBDIR="$ROOT/$TOOLCHAIN/lib/pkgconfig:$ROOT/$TOOLCHAIN/share/pkgconfig" HOST_PKG_CONFIG_SYSROOT_DIR="" -export CCACHE_DIR=~/.ccache-openelec +export CCACHE_DIR=$HOME/.ccache-openelec export MAKEFLAGS=-j$CONCURRENCY_MAKE_LEVEL export PKG_CONFIG=$ROOT/$TOOLCHAIN/bin/pkg-config