From f1fb08273d8c386c4b815fcc39c4a977744f6f5f Mon Sep 17 00:00:00 2001 From: Frantisek Dufka Date: Sat, 19 Jan 2008 22:01:21 +0000 Subject: export device name to SCUMMVM_MAEMO_DEVICE variable svn-id: r30577 --- dists/maemo/scummvm.wrapper | 1 + 1 file changed, 1 insertion(+) (limited to 'dists/maemo/scummvm.wrapper') diff --git a/dists/maemo/scummvm.wrapper b/dists/maemo/scummvm.wrapper index f3ab6508aa..56329def21 100644 --- a/dists/maemo/scummvm.wrapper +++ b/dists/maemo/scummvm.wrapper @@ -3,4 +3,5 @@ #BASEDIR=`dirname $0` BASENAME=`basename $0` export SDL_VIDEO_X11_WMCLASS=${BASENAME} +export SCUMMVM_MAEMO_DEVICE=$(awk '/^product/ { print $2;}' /proc/component_version) exec ${0}.bin "$@" -- cgit v1.2.3