aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/DreamInfoHandler.py
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2011-01-28 04:55:52 +0100
committerAndreas Oberritter <obi@opendreambox.org>2011-01-28 04:55:52 +0100
commitf32b288b3236e41686e67eda2bccf2f083223bca (patch)
treeb32dc385a97c594e903fe50854cc3d768f26ed5b /lib/python/Components/DreamInfoHandler.py
parentaaa6a9751a34e2c0041210eedc3b4fb5915439ce (diff)
parent3ca124dd916f82dcfd4f069daf1a3f342956e520 (diff)
downloadenigma2-f32b288b3236e41686e67eda2bccf2f083223bca.tar.gz
enigma2-f32b288b3236e41686e67eda2bccf2f083223bca.zip
Merge branch 'obi/master' into experimental
Diffstat (limited to 'lib/python/Components/DreamInfoHandler.py')
-rwxr-xr-xlib/python/Components/DreamInfoHandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/DreamInfoHandler.py b/lib/python/Components/DreamInfoHandler.py
index 03d52157..8e9c29d1 100755
--- a/lib/python/Components/DreamInfoHandler.py
+++ b/lib/python/Components/DreamInfoHandler.py
@@ -397,7 +397,7 @@ class DreamInfoHandler:
def installIPK(self, directory, name):
if self.blocking:
- os.system("ipkg install " + directory + name)
+ os.system("opkg install " + directory + name)
self.installNext()
else:
self.ipkg = IpkgComponent()