From cdd2ad93fe897e9f1e4d311ddc77c67b03d62627 Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Sat, 2 Aug 2008 19:18:54 +0100 Subject: [PATCH] Make patching more resilient In case autopoint hasn't replaced our Makefile.in.in --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index ea59f16bf8..33778ab7ac 100755 --- a/bootstrap +++ b/bootstrap @@ -113,7 +113,7 @@ echo > ABOUT-NLS mv -f INSTALL.git INSTALL # Patch po/Makefile.in.in but it's not a drama if it fails -patch -p1 < po/makefile-qt4.patch || true +patch -sfN -p1 < po/makefile-qt4.patch || true ## ## files which need to be regenerated -- 2.39.2