summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-08-22 12:30:16 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-08-22 12:30:16 (EDT)
commitba2d613e7b648c0aa7268225e47f5c29835265d6 (patch)
tree11b913f809406ba7f1e4fd1f6c0ee167ac06a8ea
parent42b9bd7db4468bf5c453b9db7637203e125a87fb (diff)
downloadpc-inst-ba2d613e7b648c0aa7268225e47f5c29835265d6.zip
pc-inst-ba2d613e7b648c0aa7268225e47f5c29835265d6.tar.gz
pc-inst-ba2d613e7b648c0aa7268225e47f5c29835265d6.tar.bz2
alsvid3: Fix vertex-theme build
Fixes "configure: error: invalid GNOME version: 3.24". Cf. <https://github.com/horst3180/vertex-theme/issues/227>.
-rw-r--r--hosts/alsvid3/postinst2
1 files changed, 2 insertions, 0 deletions
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