git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
switch to opkg
[enigma2.git]
/
lib
/
python
/
Components
/
DreamInfoHandler.py
diff --git
a/lib/python/Components/DreamInfoHandler.py
b/lib/python/Components/DreamInfoHandler.py
index 03d52157c98f73b73033590a30bfda85541cc861..8e9c29d11c100ce300eb0dfb0b61ee303e8b1a45 100755
(executable)
--- 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:
def installIPK(self, directory, name):
if self.blocking:
- os.system("
i
pkg install " + directory + name)
+ os.system("
o
pkg install " + directory + name)
self.installNext()
else:
self.ipkg = IpkgComponent()
self.installNext()
else:
self.ipkg = IpkgComponent()