aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components/DreamInfoHandler.py
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2011-01-28 04:55:10 +0100
committerAndreas Oberritter <obi@opendreambox.org>2011-01-28 04:55:10 +0100
commit3ca124dd916f82dcfd4f069daf1a3f342956e520 (patch)
tree68e5b9d72d8788705e68d77c1125b08dbdb6a5f4 /lib/python/Components/DreamInfoHandler.py
parent92427dc0d70cdd4a4c4a132ea009b99107be556e (diff)
downloadenigma2-3ca124dd916f82dcfd4f069daf1a3f342956e520.tar.gz
enigma2-3ca124dd916f82dcfd4f069daf1a3f342956e520.zip
switch to opkg
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()