summaryrefslogtreecommitdiff
path: root/repo/system
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system')
-rw-r--r--repo/system/glib.xibuild5
-rw-r--r--repo/system/libxslt.xibuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/repo/system/glib.xibuild b/repo/system/glib.xibuild
index 264fa29..2dcffeb 100644
--- a/repo/system/glib.xibuild
+++ b/repo/system/glib.xibuild
@@ -20,6 +20,9 @@ build () {
package () {
DESTDIR=$PKG_DEST ninja install
mkdir -p $PKG_DEST/usr/share/doc/glib-$PKG_VER &&
- cp -r ../docs/reference/{NEWS,gio,glib,gobject} $PKG_DEST/usr/share/doc/glib-$PKG_VER
+ cp -r ../docs/reference/NEWS $PKG_DEST/usr/share/doc/glib-$PKG_VER
+ cp -r ../docs/reference/gio $PKG_DEST/usr/share/doc/glib-$PKG_VER
+ cp -r ../docs/reference/glib $PKG_DEST/usr/share/doc/glib-$PKG_VER
+ cp -r ../docs/reference/gobject $PKG_DEST/usr/share/doc/glib-$PKG_VER
}
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
}