summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/dropbear/OpenSLX/OSPlugin/dropbear.pm
diff options
context:
space:
mode:
authorSebastian Schmelzer2008-09-26 19:33:13 +0200
committerSebastian Schmelzer2008-09-26 19:33:13 +0200
commit8c5421dc68cd617770890653cb022711b7f2d804 (patch)
tree0e410bc3e68048df2be345aaefd752ca56bbcd42 /os-plugins/plugins/dropbear/OpenSLX/OSPlugin/dropbear.pm
parent * added libz to rootfs (diff)
downloadcore-8c5421dc68cd617770890653cb022711b7f2d804.tar.gz
core-8c5421dc68cd617770890653cb022711b7f2d804.tar.xz
core-8c5421dc68cd617770890653cb022711b7f2d804.zip
* updatet to dropbear 0.51
(build as multi binary) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2252 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/dropbear/OpenSLX/OSPlugin/dropbear.pm')
-rw-r--r--os-plugins/plugins/dropbear/OpenSLX/OSPlugin/dropbear.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/os-plugins/plugins/dropbear/OpenSLX/OSPlugin/dropbear.pm b/os-plugins/plugins/dropbear/OpenSLX/OSPlugin/dropbear.pm
index 5796cb6a..a613b48e 100644
--- a/os-plugins/plugins/dropbear/OpenSLX/OSPlugin/dropbear.pm
+++ b/os-plugins/plugins/dropbear/OpenSLX/OSPlugin/dropbear.pm
@@ -85,8 +85,7 @@ sub installationPhase
my $filesDir = "$openslxBasePath/lib/plugins/dropbear/files";
- copyFile("$filesDir/bin/dropbear","$pluginRepoPath/bin");
- copyFile("$filesDir/bin/dropbearkey","$pluginRepoPath/bin");
+ copyFile("$filesDir/dropbearmulti","$pluginRepoPath");
return;
}