File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -694,21 +694,13 @@ function install_virt_manager() {
694694 git clone https://gitlab.com/libvirt/libvirt-glib.git
695695 fi
696696 cd libvirt-glib
697- tar xf libvirt-glib-3.0.0.tar.gz
698697 meson setup builddir
699- cd libvirt-glib-3.0.0 || return
700698 meson compile -C builddir
701- aclocal && libtoolize --force
702699 sudo ninja -C builddir install
703- automake --add-missing
704700 # for some reason i have to run it twice
705- ./configure
706701 sudo ninja -C builddir install
707- mkdir -p /tmp/libvirt-glib_builded/DEBIAN
708702 mkdir -p /usr/local/lib/girepository-1.0/
709- echo -e " Package: libvirt-glib-1.0-0\nVersion: 1.0.0\nArchitecture: $ARCH \nMaintainer: $MAINTAINER \nDescription: Custom libvirt-glib-1.0-0" > /tmp/libvirt-glib_builded/DEBIAN/control
710703 cp builddir/libvirt-glib/LibvirtGLib-1.0.typelib /usr/local/lib/girepository-1.0/LibvirtGLib-1.0.typelib
711-
712704 /sbin/ldconfig
713705
714706 if [ ! -d " virt-manager" ]; then
You can’t perform that action at this time.
0 commit comments