summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAurélien COUDERC <zecoucou@free.fr>2014-12-03 13:03:51 +0000
committerAurélien COUDERC <zecoucou@free.fr>2014-12-03 13:03:51 +0000
commitd3c052148291fb8b3c210e88d317e5e77f04168f (patch)
treeed207c4d15d61b3c1ad1027f22fb0e68411c5e35 /Makefile
parentffa2b96ed277c784a7e66a9fd3c1c5046cf5a826 (diff)
Add plymouth Lines theme
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b6464aa..4bebe98 100644
--- a/Makefile
+++ b/Makefile
@@ -103,4 +103,7 @@ install:
install -d $(DESTDIR)/usr/share/plymouth/themes/joy
$(INSTALL) $(wildcard plymouth/joy/*) $(DESTDIR)/usr/share/plymouth/themes/joy
-
+
+ install -d $(DESTDIR)/usr/share/plymouth/themes/lines
+ $(INSTALL) $(wildcard plymouth/lines/*) $(DESTDIR)/usr/share/plymouth/themes/lines
+