summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-config/mv_advanced.py
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-06-04 16:02:30 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-06-04 16:02:30 (GMT)
commit70c7883467b9348ce43b2822664bfa19af4d553d (patch)
treee71e05366faa876d72480f516161a58407dc46cc /abs/core-testing/LinHES-config/mv_advanced.py
parent53be0cba35f7ab5880be30b397f2e1671611e34d (diff)
downloadlinhes_pkgbuild-70c7883467b9348ce43b2822664bfa19af4d553d.zip
linhes_pkgbuild-70c7883467b9348ce43b2822664bfa19af4d553d.tar.gz
linhes_pkgbuild-70c7883467b9348ce43b2822664bfa19af4d553d.tar.bz2
linhes-config: misc fixes
Diffstat (limited to 'abs/core-testing/LinHES-config/mv_advanced.py')
-rwxr-xr-xabs/core-testing/LinHES-config/mv_advanced.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/LinHES-config/mv_advanced.py b/abs/core-testing/LinHES-config/mv_advanced.py
index f5a0f29..01351df 100755
--- a/abs/core-testing/LinHES-config/mv_advanced.py
+++ b/abs/core-testing/LinHES-config/mv_advanced.py
@@ -105,7 +105,7 @@ def setup_evrouter(UseEvrouter,EvrouterConfig,template):
return
mv_common.pacinstall("evrouter")
mv_common.pacinstall("Xvfb")
- mv_common.cp_and_log(template+EvrouterConfig,"/etc/evrouter.cfg")
+ mv_common.cp_and_log(template+"/evrouter/"+EvrouterConfig,"/etc/evrouter.cfg")
mv_common.add_service("evrouter")
mv_common.add_service("Xvfb")
else: