xf86-video-fglrx: 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:14:27 +02:00
parent 713277af9c
commit 2cc9a89919

View File

@ -108,7 +108,7 @@ if [ "$XVBA" = yes ]; then
# install needed files for toolchain
mkdir -p $SYSROOT_PREFIX/usr/include/amd
cp $ROOT/$PKG_DIR/source/amdxvba.h $SYSROOT_PREFIX/usr/include/amd
cp $PKG_DIR/source/amdxvba.h $SYSROOT_PREFIX/usr/include/amd
mkdir -p $SYSROOT_PREFIX/usr/lib
cp arch/$FGLRX_ARCH/usr/X11R6/*/libXvBAW.so* $SYSROOT_PREFIX/usr/lib