summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/mv_software.py
diff options
context:
space:
mode:
authorJames Meyer <jams@linhes.org>2010-12-10 23:17:19 (GMT)
committerJames Meyer <jams@linhes.org>2010-12-10 23:17:19 (GMT)
commit9a2e381a652230a2a78ec1f252b7460c4ba1ae3a (patch)
tree6fb8e39aad83878579e4695408916daf783cfb1b /abs/core/LinHES-config/mv_software.py
parentba7a50123713ceda0112d520895ec0735d977ea6 (diff)
downloadlinhes_pkgbuild-9a2e381a652230a2a78ec1f252b7460c4ba1ae3a.zip
linhes_pkgbuild-9a2e381a652230a2a78ec1f252b7460c4ba1ae3a.tar.gz
linhes_pkgbuild-9a2e381a652230a2a78ec1f252b7460c4ba1ae3a.tar.bz2
linhes-config: fix pkg installation typo.
-removed zipcode -added some robustness to the whiteglass symlink for big cursor
Diffstat (limited to 'abs/core/LinHES-config/mv_software.py')
-rwxr-xr-xabs/core/LinHES-config/mv_software.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/abs/core/LinHES-config/mv_software.py b/abs/core/LinHES-config/mv_software.py
index 6a2201c..b278e28 100755
--- a/abs/core/LinHES-config/mv_software.py
+++ b/abs/core/LinHES-config/mv_software.py
@@ -42,6 +42,7 @@ def setup_software(systemconfig, data_config):
logging.debug(" ERROR-- %s is not defined", pkg)
for pkg in default_installed:
+ pkgname=pkg+postfix
try:
if systemconfig[pkg] == "0":
mv_common.pacremove(pkgname)