From 38dd2e23d9e4d0c4e4ccae2e1f261dd19861c331 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 8 Apr 2024 18:02:51 +0200 Subject: Moving current extensions to subdirectory for GNOME 44 as GNOME Shell 45 is backwards incompatible (see Debian #1052112). Signed-off-by: Daniel Baumann --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 20376ee..eed2f8b 100644 --- a/Makefile +++ b/Makefile @@ -22,8 +22,10 @@ SHELL := sh -e SOFTWARE = gnome-shell-extensions-extra VERSION := $(shell cat VERSION.txt) +EXTENSIONS_VERSION := current + extensions-%: - @cd extensions; \ + @cd extensions/$(EXTENSIONS_VERSION); \ for EXTENSION in *.mk; \ do \ echo "################################################################################"; \ -- cgit v1.2.3