automake: 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:16:33 +02:00
parent 09eb79de1c
commit 8cc2111d2a

View File

@ -34,4 +34,4 @@ cd $PKG_BUILD
make
make install
make prefix=$SYSROOT_PREFIX/usr install
cp -P $ROOT/$PKG_DIR/files/*.m4 $SYSROOT_PREFIX/usr/share/aclocal
cp -P $PKG_DIR/files/*.m4 $SYSROOT_PREFIX/usr/share/aclocal