summaryrefslogtreecommitdiff
path: root/dropbear/dropbear_0.41.oe
diff options
context:
space:
mode:
Diffstat (limited to 'dropbear/dropbear_0.41.oe')
-rw-r--r--dropbear/dropbear_0.41.oe4
1 files changed, 2 insertions, 2 deletions
diff --git a/dropbear/dropbear_0.41.oe b/dropbear/dropbear_0.41.oe
index 30a598c551..cde8246f41 100644
--- a/dropbear/dropbear_0.41.oe
+++ b/dropbear/dropbear_0.41.oe
@@ -1,7 +1,7 @@
DESCRIPTION = "Dropbear SSH Implementation"
LICENSE = "MIT"
DEPENDS = "virtual/libc zlib ncurses"
-PR = "r1"
+PR = "r2"
SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \
file://${FILESDIR}/configure.patch;patch=1"
@@ -20,7 +20,7 @@ do_install_prepend () {
}
pkg_postinst_append () {
-if [ "x$D" != "x" ]; then
+if [ "x$D" = "x" ]; then
if [ ! -f "${sysconfdir}/dropbear/dropbear_rsa_host_key" ]; then
dropbearkey -t rsa -f ${sysconfdir}/dropbear/dropbear_rsa_host_key
fi