X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FDreamInfoHandler.py;h=8e9c29d11c100ce300eb0dfb0b61ee303e8b1a45;hb=ac2878879847f965225e0f72c22ad17b513c16e6;hp=03d52157c98f73b73033590a30bfda85541cc861;hpb=a8d75296d6619328f08748e987ce39e1028b0e15;p=vuplus_dvbapp diff --git a/lib/python/Components/DreamInfoHandler.py b/lib/python/Components/DreamInfoHandler.py index 03d5215..8e9c29d 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()