fribidi: adapt for new buildsystem changes: replace $ROOT/$PKG_DIR with $PKG_DIR

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-07-17 06:17:53 +02:00
parent 83d79c26e3
commit b290250756

View File

@ -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