summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorMichael Janczyk2009-11-03 20:07:51 +0100
committerMichael Janczyk2009-11-03 20:07:51 +0100
commit39466a0472f46c3e6c4c84a4751d435a3a191eb5 (patch)
treecc26155cf8597cb66d8e29e28f252f87f15ae623 /installer
parentbugfix create dir (diff)
downloadcore-39466a0472f46c3e6c4c84a4751d435a3a191eb5.tar.gz
core-39466a0472f46c3e6c4c84a4751d435a3a191eb5.tar.xz
core-39466a0472f46c3e6c4c84a4751d435a3a191eb5.zip
more OpenSLX path optimizations
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3184 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer')
-rw-r--r--installer/OpenSLX/OSSetup/Engine.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/installer/OpenSLX/OSSetup/Engine.pm b/installer/OpenSLX/OSSetup/Engine.pm
index a46000ea..6171a8b8 100644
--- a/installer/OpenSLX/OSSetup/Engine.pm
+++ b/installer/OpenSLX/OSSetup/Engine.pm
@@ -1124,8 +1124,8 @@ sub _generateDefaultDirs
"$openslxConfig");
# add BINDIR to PATH
- my $openslxDefaultPath = "PATH=\$PATH:$OPENSLX_DEFAULT_BINDIR\n";
- $openslxDefaultPath .= "export PATH";
+ my $openslxDefaultPath = "PATH=$OPENSLX_DEFAULT_BINDIR:\$PATH\n";
+ $openslxDefaultPath .= "export PATH\n";
spitFile("$targetRoot/etc/profile.d/openslx-binpath.sh",
"$openslxDefaultPath");
}