imx-gpu-viv: fix typo [backport of #1608]

This commit is contained in:
Peter Vicman 2017-05-06 21:04:33 +02:00
parent b60a6e2d92
commit 4962e1fca4

View File

@ -62,7 +62,7 @@ makeinstall_target() {
g2d/usr/lib/libg2d*.so*" g2d/usr/lib/libg2d*.so*"
# missing in 5.0.11.p7.4-hfp # missing in 5.0.11.p7.4-hfp
if [ "LINUX" = "imx6-3.14-sr" ]; then if [ "$LINUX" = "imx6-3.14-sr" ]; then
LIBS_COPY="$LIBS_COPY \ LIBS_COPY="$LIBS_COPY \
gpu-core/usr/lib/libGAL_egl.fb.so \ gpu-core/usr/lib/libGAL_egl.fb.so \
gpu-core/usr/lib/libGAL_egl.so*" gpu-core/usr/lib/libGAL_egl.so*"