mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
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/
|
ln -svf ${srcdistdir}/${pkg} ${wrksrc}/external/tarballs/
|
||||||
fi
|
fi
|
||||||
done
|
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() {
|
do_configure() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue