Misc bug fixes.
This commit is contained in:
parent
dfc516818e
commit
05aae997ae
4 changed files with 7 additions and 8 deletions
|
@ -41,7 +41,7 @@ then
|
|||
done
|
||||
fi
|
||||
|
||||
clear
|
||||
clear >/dev/console
|
||||
|
||||
DEVICE_CPU_GOVERNOR=$(get_setting system.cpugovernor)
|
||||
${DEVICE_CPU_GOVERNOR} 2>&1 >>${BOOTLOG}
|
||||
|
|
|
@ -7,8 +7,7 @@ then
|
|||
else
|
||||
systemctl stop ${UI_SERVICE}
|
||||
exec 1>/dev/console
|
||||
exec 2>/dev/null
|
||||
${1}
|
||||
"${1}" 2>/dev/null
|
||||
fi
|
||||
if [ ! "${UI_SERVICE}" = "weston.service" ]
|
||||
then
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
</game>
|
||||
|
||||
<game>
|
||||
<path>run ./cloud_backup.sh</path>
|
||||
<path>./cloud_backup.sh</path>
|
||||
<name>Cloud Backup</name>
|
||||
<desc>Backup your saves to a cloud drive.</desc>
|
||||
<developer>JELOS</developer>
|
||||
|
@ -28,7 +28,7 @@
|
|||
</game>
|
||||
|
||||
<game>
|
||||
<path>run ./cloud_restore.sh</path>
|
||||
<path>./cloud_restore.sh</path>
|
||||
<name>Cloud Restore</name>
|
||||
<desc>Restores your saves from a cloud drive.</desc>
|
||||
<developer>JELOS</developer>
|
||||
|
@ -119,7 +119,7 @@
|
|||
</game>
|
||||
|
||||
<game>
|
||||
<path>run ./Remove ._ Files.sh</path>
|
||||
<path>./Remove ._ Files.sh</path>
|
||||
<name>Run Remove ._ Files</name>
|
||||
<desc>Removes hidden ._ files created by the MacOS filesystem</desc>
|
||||
<developer>JELOS</developer>
|
||||
|
|
|
@ -7,7 +7,7 @@ PKG_VERSION="2.0.5"
|
|||
#PKG_SHA256=""
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.libsdl.org/"
|
||||
PKG_URL="https://www.libsdl.org/projects/SDL_image/release/SDL2_image-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain SDL2"
|
||||
PKG_URL="https://www.libsdl.org/projects/SDL_image/release/SDL2_image-${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_TARGET="toolchain SDL2 libjpeg-turbo libpng"
|
||||
PKG_LONGDESC="SDL_image is an image file loading library. "
|
||||
|
||||
|
|
Loading…
Reference in a new issue