diff --git a/srcpkgs/texlive/template b/srcpkgs/texlive/template index b9a19c12a34..253dd32a411 100644 --- a/srcpkgs/texlive/template +++ b/srcpkgs/texlive/template @@ -1,7 +1,7 @@ # Template file for 'texlive' pkgname=texlive version=20200406 -revision=8 +revision=9 wrksrc="texlive-${version}-source" build_wrksrc="build" build_style=gnu-configure @@ -150,7 +150,7 @@ post_patch() { # This patch breaks the build if [ "$(basename ${i})" != "get-rid-of-luajit-version-sym.patch" ] ; then msg_normal "patching: $(basename ${i})\n" - patch -sNp0 -i ${i} + patch -sNp1 -i ${i} fi done @@ -166,7 +166,7 @@ post_patch() { for i in ${XBPS_SRCPKGDIR}/LuaJIT/files/patches/${patchdir}/*.patch ; do msg_normal "patching: $(basename ${i})\n" - patch -sNp0 -i ${i} + patch -sNp1 -i ${i} done popd