From b290250756e4e7322e4a1e4e407ca04cad582271 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 17 Jul 2013 06:17:53 +0200 Subject: [PATCH] fribidi: adapt for new buildsystem changes: replace $ROOT/$PKG_DIR with $PKG_DIR Signed-off-by: Stephan Raue --- packages/other/fribidi/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/other/fribidi/build b/packages/other/fribidi/build index 23ac8e611d..8a13f0b3a9 100755 --- a/packages/other/fribidi/build +++ b/packages/other/fribidi/build @@ -42,4 +42,4 @@ cd $PKG_BUILD make $MAKEINSTALL -cp -f $ROOT/$PKG_DIR/scripts/$1-config $ROOT/$TOOLCHAIN/bin/$1-config +cp -f $PKG_DIR/scripts/$1-config $ROOT/$TOOLCHAIN/bin/$1-config