summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-02-01 21:16:45 +0000
committerdavidovski <david@davidovski.xyz>2022-02-01 21:16:45 +0000
commit9efd27b88edd1d4aec176558f59df2e00c40618d (patch)
treed1250778b6f9d8ca5625e5c59fe9d76169eb712a /repo
parent34c2d6a8393719c88927809f503c263dd1108749 (diff)
hopefully tried to fix glib
Diffstat (limited to 'repo')
-rw-r--r--repo/system/glib.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/glib.xibuild b/repo/system/glib.xibuild
index 3a6cc8f..f3a7820 100644
--- a/repo/system/glib.xibuild
+++ b/repo/system/glib.xibuild
@@ -18,7 +18,7 @@ build () {
ninja
}
package () {
- ninja DESTDIR=$PKG_DEST install
+ 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