summaryrefslogtreecommitdiff
path: root/repo/system/glib.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system/glib.xibuild')
-rw-r--r--repo/system/glib.xibuild5
1 files changed, 4 insertions, 1 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
}