diff options
Diffstat (limited to 'package/curl/curl-7.10.4-path.patch')
-rw-r--r-- | package/curl/curl-7.10.4-path.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/package/curl/curl-7.10.4-path.patch b/package/curl/curl-7.10.4-path.patch deleted file mode 100644 index a972618eb..000000000 --- a/package/curl/curl-7.10.4-path.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- curl-7.10.4/lib/Makefile.am -+++ curl-7.10.4/lib/Makefile.am -@@ -78,8 +78,8 @@ - - install-data-hook: - @if test -n "@CURL_CA_BUNDLE@"; then \ -- $(mkinstalldirs) `dirname $(DESTDIR)@CURL_CA_BUNDLE@`; \ -- @INSTALL_DATA@ $(srcdir)/ca-bundle.crt $(DESTDIR)@CURL_CA_BUNDLE@; \ -+ $(mkinstalldirs) `dirname $(prefix)/../@CURL_CA_BUNDLE@`; \ -+ @INSTALL_DATA@ $(srcdir)/ca-bundle.crt $(prefix)/../@CURL_CA_BUNDLE@; \ - fi - - # this hook is mainly for non-unix systems to build even if configure |