summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/dropbear/OpenSLX/OSPlugin/dropbear.pm
diff options
context:
space:
mode:
authorSebastian Schmelzer2008-09-26 18:39:35 +0200
committerSebastian Schmelzer2008-09-26 18:39:35 +0200
commit41d0d69d7a396a9761f1c271fe819a3009d060e6 (patch)
tree69c0f5df3ea1ec2870d85c0a7ae36026daacf840 /os-plugins/plugins/dropbear/OpenSLX/OSPlugin/dropbear.pm
parentgnome-autostart suse-11: remove package-updater for suse11 (diff)
downloadcore-41d0d69d7a396a9761f1c271fe819a3009d060e6.tar.gz
core-41d0d69d7a396a9761f1c271fe819a3009d060e6.tar.xz
core-41d0d69d7a396a9761f1c271fe819a3009d060e6.zip
* added libz to rootfs
* fixed typo git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2251 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.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/os-plugins/plugins/dropbear/OpenSLX/OSPlugin/dropbear.pm b/os-plugins/plugins/dropbear/OpenSLX/OSPlugin/dropbear.pm
index 68a028ce..5796cb6a 100644
--- a/os-plugins/plugins/dropbear/OpenSLX/OSPlugin/dropbear.pm
+++ b/os-plugins/plugins/dropbear/OpenSLX/OSPlugin/dropbear.pm
@@ -85,8 +85,8 @@ sub installationPhase
my $filesDir = "$openslxBasePath/lib/plugins/dropbear/files";
- copyFile("$filesDir/bin/dropbear","$pluginRepoPath/bin/dropbear");
- copyFile("$filesDir/bin/dropbearkey","$pluginRepoPath/bin/dropbearkey");
+ copyFile("$filesDir/bin/dropbear","$pluginRepoPath/bin");
+ copyFile("$filesDir/bin/dropbearkey","$pluginRepoPath/bin");
return;
}