diff options
Diffstat (limited to 'repo/system/glib.xibuild')
-rw-r--r-- | repo/system/glib.xibuild | 2 |
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 |