summaryrefslogtreecommitdiff
path: root/repo/system/libxslt.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-03-12 17:43:28 +0000
committerdavidovski <david@davidovski.xyz>2022-03-12 17:43:28 +0000
commitd215dd09cb60ed38dbcffe14f0c7cc748645ad79 (patch)
treeaec2b3aa6d493a52a03ea54f85efa7a7f6917a7f /repo/system/libxslt.xibuild
parent2bda0d54b37dd3ebf7917c3a58c0404d21afe7f6 (diff)
removed bashisms
Diffstat (limited to 'repo/system/libxslt.xibuild')
-rw-r--r--repo/system/libxslt.xibuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/repo/system/libxslt.xibuild b/repo/system/libxslt.xibuild
index d6dacc6..805925f 100644
--- a/repo/system/libxslt.xibuild
+++ b/repo/system/libxslt.xibuild
@@ -9,7 +9,8 @@ DESC="XML stylesheet transformation library"
prepare () {
- sed -i s/3000/5000/ libxslt/transform.c doc/xsltproc.{1,xml} &&
+ sed -i s/3000/5000/ libxslt/transform.c doc/xsltproc.xml &&
+ sed -i s/3000/5000/ libxslt/transform.c doc/xsltproc.1 &&
sed -i -r '/max(Parser)?Depth/d' ./tests/fuzz/fuzz.c
}