From 16458c82af1a2f98cd21344b06dcde7fbbabcd0f Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Fri, 15 Mar 2013 15:54:53 +0100 Subject: fix PREFIX beeing a link --- helper/binutil.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helper') diff --git a/helper/binutil.inc b/helper/binutil.inc index 53f5f5d4..e6c43559 100644 --- a/helper/binutil.inc +++ b/helper/binutil.inc @@ -105,7 +105,7 @@ get_link_chain() { if [ $# == 2 ] ; then [ ! -d $2 ] && perror "get_link_chain: $2 is not a directory." # got a prefix - local PREFIX=$2 + local PREFIX=$(readlink -f $2) else # mark prefix as not set local PREFIX="notset" -- cgit v1.2.3-55-g7522