aboutsummaryrefslogtreecommitdiffstats
path: root/bin/commander/appinfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/commander/appinfo.py')
-rw-r--r--bin/commander/appinfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/commander/appinfo.py b/bin/commander/appinfo.py
index 7adb1527d..78f2dbf11 100644
--- a/bin/commander/appinfo.py
+++ b/bin/commander/appinfo.py
@@ -4,5 +4,5 @@ hostos = os.uname()[2]
appname = "OpenEmbedded Commander"
appversion = "0.0.2"
appcaption = "%s V%s on %s (%s)" % ( appname, appversion, hostname, hostos )
-imageDir = "%s/bin/commander/images/" % os.environ["OEDIR"]
+imageDir = "%s/images/" % os.path.dirname( __file__ )