libreoffice: fiddle patch to right external subdir
This commit is contained in:
parent
32e9e4d258
commit
00bc1c99b0
1 changed files with 3 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue