diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2011-01-28 04:55:52 +0100 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2011-01-28 04:55:52 +0100 |
| commit | f32b288b3236e41686e67eda2bccf2f083223bca (patch) | |
| tree | b32dc385a97c594e903fe50854cc3d768f26ed5b /lib/python/Components/DreamInfoHandler.py | |
| parent | aaa6a9751a34e2c0041210eedc3b4fb5915439ce (diff) | |
| parent | 3ca124dd916f82dcfd4f069daf1a3f342956e520 (diff) | |
| download | enigma2-f32b288b3236e41686e67eda2bccf2f083223bca.tar.gz enigma2-f32b288b3236e41686e67eda2bccf2f083223bca.zip | |
Merge branch 'obi/master' into experimental
Diffstat (limited to 'lib/python/Components/DreamInfoHandler.py')
| -rwxr-xr-x | lib/python/Components/DreamInfoHandler.py | 2 |
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() |
