git » gobject-introspection.git » main » tree

[main] / pre-build-special.sh

1
2
3
4
5
6
7
#!/bin/bash
set -e
(cd ../glib2;
../makepkg.sh -Ccs ARMLFS_GLIB2_NO_INTROSPECTION=1
su -c "pacman -U --noconfirm *.pkg.tar.xz"
mv *.pkg.tar.xz ../gobject-introspection
)