summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-08-29 11:23:06 +0000
committerOlivier Blin <oblin@mandriva.com>2007-08-29 11:23:06 +0000
commitdac4dd90c1fd8d6e2995c50748c1d905b22a1daa (patch)
treea56039ddb677951ef2f0b028df68525f2323b9f2 /Makefile
parentd5c2d7ba1895833870f89f7198c0bd9dc383ac7d (diff)
downloadtheme-dac4dd90c1fd8d6e2995c50748c1d905b22a1daa.tar
theme-dac4dd90c1fd8d6e2995c50748c1d905b22a1daa.tar.gz
theme-dac4dd90c1fd8d6e2995c50748c1d905b22a1daa.tar.bz2
theme-dac4dd90c1fd8d6e2995c50748c1d905b22a1daa.tar.xz
theme-dac4dd90c1fd8d6e2995c50748c1d905b22a1daa.zip
remove obsolete grub files
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