From ba2d613e7b648c0aa7268225e47f5c29835265d6 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 22 Aug 2021 12:30:16 -0400 Subject: alsvid3: Fix vertex-theme build Fixes "configure: error: invalid GNOME version: 3.24". Cf. . --- diff --git a/hosts/alsvid3/postinst b/hosts/alsvid3/postinst index 5960ca3..da8c089 100644 --- a/hosts/alsvid3/postinst +++ b/hosts/alsvid3/postinst @@ -88,6 +88,8 @@ in_target sudo -u pj sh <<-EOF git clone https://github.com/horst3180/vertex-theme \ /home/pj/src/vertex-theme/ cd /home/pj/src/vertex-theme/ + ln -sn 3.22 common/gnome-shell/3.24 + ln -sn 3.22 common/gtk-3.0/3.24 ./autogen.sh ln -s /usr/local/share/themes/ /home/pj/.themes EOF -- cgit v0.9.1