summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4cacae4..0ebac74 100644
--- a/Makefile
+++ b/Makefile
@@ -45,8 +45,6 @@ install:
done; \
done; \
chmod 644 $(prefix)$(configdir)/bootsplash/themes/$$t/config/*.cfg; \
- install -d $(prefix)$(sharedir)/bootsplash/themes/$$t/grub; \
- install -m644 $$t/grub/* $(prefix)$(sharedir)/bootsplash/themes/$$t/grub/; \
install -d $(prefix)$(sharedir)/gfxboot/themes/$$t; \
install -m644 $$t/gfxboot/*.jpg $(prefix)$(sharedir)/gfxboot/themes/$$t/; \
done