From 4aaf9dc855c87824d03599c746d7fb17b7664b65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20COUDERC?= Date: Tue, 22 Aug 2017 07:29:05 +0000 Subject: [PATCH] Typo in Makefile comment --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 819698d..3f4decd 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ install-local: $(INSTALL) $(PIXMAPS) $(DESTDIR)/usr/share/pixmaps/ # Create a 'debian-theme' symlink in plymouth themes folder, pointing at the - # plymouth theme for the currently active 'debian-theme' alternative. + # plymouth theme for the currently active 'desktop-theme' alternative. mkdir -p $(DESTDIR)/usr/share/plymouth/themes ln -s ../../desktop-base/active-theme/plymouth $(DESTDIR)/usr/share/plymouth/themes/debian-theme