From 00bc1c99b0daafee47e3876b353ebe6553e321ab Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 31 Jul 2019 17:14:04 +0200 Subject: [PATCH] libreoffice: fiddle patch to right external subdir --- srcpkgs/libreoffice/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template index ef7c4188f25..5dfc53d2924 100644 --- a/srcpkgs/libreoffice/template +++ b/srcpkgs/libreoffice/template @@ -417,8 +417,9 @@ post_fetch() { ln -svf ${srcdistdir}/${pkg} ${wrksrc}/external/tarballs/ fi done - cp ${FILESDIR}/icu-cplusplus.patch.0 external/xmlsec - sed -i 's/xmlsec_patches :=/& icu-cplusplus.patch.0/' external/xmlsec/UnpackedTarball_xmlsec.mk + + cp ${FILESDIR}/icu-cplusplus.patch.0 ${wrksrc}/external/xmlsec + sed -i 's/xmlsec_patches :=/& icu-cplusplus.patch.0/' ${wrksrc}/external/xmlsec/UnpackedTarball_xmlsec.mk } do_configure() {