From 2d16e3b50f7ff06c37c59dcf0f68b8c84255a9a9 Mon Sep 17 00:00:00 2001 From: Sangjin Kim Date: Thu, 4 Apr 2013 11:35:13 +0900 Subject: [PATCH] Fix the error when creating symbolic link for gl library. Change-Id: I8860a9db7be83df9854a64d7ea8ffa1601eb9876 Signed-off-by: Sangjin Kim --- filesystem/etc/virtgl.sh | 6 +++--- packaging/system-plugin-emulator.spec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/filesystem/etc/virtgl.sh b/filesystem/etc/virtgl.sh index e32f2a6..df3a11d 100755 --- a/filesystem/etc/virtgl.sh +++ b/filesystem/etc/virtgl.sh @@ -12,9 +12,9 @@ if grep "gles=1" /proc/cmdline ; then ln -s -f /usr/lib/host-gl/libGLESv1_CM.so.1.0 /usr/lib/libGLESv1_CM.so.1 ln -s -f /usr/lib/host-gl/libGLESv2.so.1.0 /usr/lib/libGLESv2.so ln -s -f /usr/lib/host-gl/libGLESv2.so.1.0 /usr/lib/libGLESv2.so.1 - rm /usr/lib/st_GL.so - rm /usr/lib/egl_gallium.so - rm /usr/lib/libglapi.so* + rm -f /usr/lib/st_GL.so + rm -f /usr/lib/egl_gallium.so + rm -f /usr/lib/libglapi.so* else echo -e "[${_G} Emulator does not support gles hw acceleration. ${C_}]" echo -e "[${_G} Apply to use sw mesa gles library. ${C_}]" diff --git a/packaging/system-plugin-emulator.spec b/packaging/system-plugin-emulator.spec index 73a886c..b1e0748 100644 --- a/packaging/system-plugin-emulator.spec +++ b/packaging/system-plugin-emulator.spec @@ -1,6 +1,6 @@ Summary: System plugin for emulator Name: system-plugin-emulator -Version: 0.0.1 +Version: 0.0.2 Release: 1 License: Apache-2.0 Group: System/Base -- 2.7.4