From 13812f753888ee389797efc161186dbddc26fdde Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 17 Jul 2013 06:14:37 +0200 Subject: [PATCH] xf86-video-fglrx-legacy: adapt for new buildsystem changes: replace $ROOT/$PKG_DIR with $PKG_DIR Signed-off-by: Stephan Raue --- packages/x11/driver/xf86-video-fglrx-legacy/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/x11/driver/xf86-video-fglrx-legacy/build b/packages/x11/driver/xf86-video-fglrx-legacy/build index e36301231b..c11e4ae8e5 100755 --- a/packages/x11/driver/xf86-video-fglrx-legacy/build +++ b/packages/x11/driver/xf86-video-fglrx-legacy/build @@ -51,7 +51,7 @@ cd $ROOT/$PKG_BUILD ln -sf /storage/.config/fglrx-legacy.conf $INSTALL_DIR/etc/ati/amdpcsdb # hack around a broken driver - cp $ROOT/$PKG_DIR/config/control $INSTALL_DIR/etc/ati + cp $PKG_DIR/config/control $INSTALL_DIR/etc/ati ( cd $INSTALL_DIR/ @@ -110,7 +110,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