aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/DreamInfoHandler.py
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2011-02-05 00:52:14 +0100
committerAndreas Oberritter <obi@opendreambox.org>2011-02-05 00:52:14 +0100
commit33e4aeedec7bde0b0f853396f7b308412bd85496 (patch)
tree077eed5fd9e42d2000dc7d09b2621fe0d3b82a8e /lib/python/Components/DreamInfoHandler.py
parent423b12c94b41e0f7e9a7715b06ba7f479c197780 (diff)
parent3ca124dd916f82dcfd4f069daf1a3f342956e520 (diff)
downloadenigma2-33e4aeedec7bde0b0f853396f7b308412bd85496.tar.gz
enigma2-33e4aeedec7bde0b0f853396f7b308412bd85496.zip
Merge branch 'obi/master'
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()