dropbear: fix do_install for all distros that aren't named 'openmoko'
authorKoen Kooi <koen@openembedded.org>
Thu, 30 Oct 2008 13:04:34 +0000 (14:04 +0100)
committerKoen Kooi <koen@openembedded.org>
Thu, 30 Oct 2008 13:04:34 +0000 (14:04 +0100)
commit4bbfd7ad9f6fca1669e7635dc28749ef11549b1c
tree50bd07ffcca47e7a7074b949037860ccd15a6530
parent3f9ca3c829ee0b9175c2898918525c37a6d11398
dropbear: fix do_install for all distros that aren't named 'openmoko'
* IMPORTANT: test -e foo && bar will make do_install exit with an error if 'foo' doesn't exist, so use the if [ -e foo ] ; then pattern instead
packages/dropbear/dropbear.inc