Skip to content

Commit

Permalink
i should probably combine gobject-introspection with glib at this point
Browse files Browse the repository at this point in the history
  • Loading branch information
kreatoo committed Aug 18, 2024
1 parent e69e88d commit cd37063
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gobject-introspection/run
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ package() {
[ ! -f "$ROOT/usr/share/gir-1.0/GObject-2.0.gir" ] && cp build/gir/GObject-2.0.gir $ROOT/usr/share/gir-1.0/
[ ! -f "$ROOT/usr/share/gir-1.0/GLib-2.0.gir" ] && cp build/gir/GLib-2.0.gir $ROOT/usr/share/gir-1.0/
[ ! -f "$ROOT/usr/share/gir-1.0/Gio-2.0.gir" ] && cp build/gir/Gio-2.0.gir $ROOT/usr/share/gir-1.0/
[ ! -f "$ROOT/usr/share/gir-1.0/GModule-2.0.gir" ] && cp build/gir/GModule-2.0.gir $ROOT/usr/share/gir-1.0/
}

postinstall() {
Expand Down

0 comments on commit cd37063

Please sign in to comment.