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