X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FDreamInfoHandler.py;h=8e9c29d11c100ce300eb0dfb0b61ee303e8b1a45;hb=e0d8ce8d7dc7239ff353f09c15b739f1b969cdfb;hp=03d52157c98f73b73033590a30bfda85541cc861;hpb=5928c8c18abacbedd119752fe294a9393da6d2f7;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()