diff options
author | davidovski <david@davidovski.xyz> | 2022-01-16 19:06:34 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-16 19:06:34 +0000 |
commit | b4b30a065dd104d890156ce625a44c0bfe9925d2 (patch) | |
tree | b623fac7c7f02194484fb2d103a738af3e48f908 /repo/system/libxslt.xibuild | |
parent | d0978a69ba38aae036d1e8409c680bd37c87918f (diff) |
fixed syntax errors
Diffstat (limited to 'repo/system/libxslt.xibuild')
-rw-r--r-- | repo/system/libxslt.xibuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/repo/system/libxslt.xibuild b/repo/system/libxslt.xibuild index 7020767..6103ef8 100644 --- a/repo/system/libxslt.xibuild +++ b/repo/system/libxslt.xibuild @@ -9,7 +9,7 @@ DESC="XML stylesheet transformation library" prepare () { sed -i s/3000/5000/ libxslt/transform.c doc/xsltproc.{1,xml} && - sed -i -r '/max(Parser)?Depth/d' ./tests/fuzz/fuzz.c && + sed -i -r '/max(Parser)?Depth/d' ./tests/fuzz/fuzz.c } build () { @@ -19,6 +19,7 @@ build () { -e 's@\$Date\$@31 October 2019@' -i doc/xsltproc.xml && xsltproc/xsltproc --nonet doc/xsltproc.xml -o doc/xsltproc.1 } + package () { make DESTDIR=$PKG_DEST install } |