From bb56f872713d9fa44bd4d0915356c03740f51d40 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Mon, 12 Jan 2015 17:26:31 +0100 Subject: [PATCH] Skipping patch error corrected --- scripts/install_curl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_curl.sh b/scripts/install_curl.sh index e8a69f9b..03d274be 100755 --- a/scripts/install_curl.sh +++ b/scripts/install_curl.sh @@ -13,7 +13,7 @@ then tar -zxf CURL.tar.gz && rm CURL.tar.gz ||exit 1 cd curl* || exit 1 cp src/tool_getparam.c src/tool_getparam.c.old - patch < ../data/curl_insecure_patch.txt + patch -f < ../data/curl_insecure_patch.txt ./configure && make || exit 1 ln -s ${PWD}/src/curl ${QPACKAGE_ROOT}/bin else