From 018b90264f45a695997e1bfe1fb647dae1b9b746 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Fri, 24 Dec 2010 08:50:34 +0100 Subject: changed rm into rm -f to remove old libtool stuff this keeps things working even if the files are not there (e.g. because configure is ran twice) Signed-off-by: Frans Meulenbroeks --- recipes/lftp/lftp_4.0.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/lftp') diff --git a/recipes/lftp/lftp_4.0.5.bb b/recipes/lftp/lftp_4.0.5.bb index 11f181e5aa..61e12bbef2 100644 --- a/recipes/lftp/lftp_4.0.5.bb +++ b/recipes/lftp/lftp_4.0.5.bb @@ -11,7 +11,7 @@ SRC_URI = "http://ftp.yars.free.net/pub/source/lftp/lftp-${PV}.tar.bz2;name=u1" EXTRA_OECONF = "--disable-largefile --disable-rpath --with-included-readline=no" do_configure_prepend () { - rm ${S}/m4/iconv.m4 + rm -f ${S}/m4/iconv.m4 } inherit autotools gettext -- cgit 1.2.3-korg