From 52e56501f8f016541b4740fdfc1069ba46ad1304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20COUDERC?= Date: Sun, 24 Mar 2019 16:58:22 +0100 Subject: [PATCH] Replace lockscreen symlink with actual files, otherwise it fails upgrading from former real folder --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bfd99a2..c175910 100644 --- a/Makefile +++ b/Makefile @@ -216,7 +216,10 @@ install-local: cd $(DESTDIR)/usr/share/wallpapers && ln -s /usr/share/desktop-base/futureprototype-theme/wallpaper FuturePrototype ### Lockscreen is using the same image as wallpaper - cd $(DESTDIR)/usr/share/desktop-base/futureprototype-theme && ln -s wallpaper lockscreen + install -d $(DESTDIR)/usr/share/desktop-base/futureprototype-theme/lockscreen/contents/images + $(INSTALL_DATA) futureprototype-theme/wallpaper/metadata.desktop $(DESTDIR)/usr/share/desktop-base/futureprototype-theme/lockscreen + $(INSTALL_DATA) futureprototype-theme/wallpaper/gnome-background.xml $(DESTDIR)/usr/share/desktop-base/futureprototype-theme/lockscreen + $(INSTALL_DATA) $(wildcard futureprototype-theme/wallpaper/contents/images/*) $(DESTDIR)/usr/share/desktop-base/futureprototype-theme/lockscreen/contents/images/ ### Alternate wallpaper with Debian swirl install -d $(DESTDIR)/usr/share/desktop-base/futureprototype-theme/wallpaper-withlogo/contents/images