diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-07-24 22:15:24 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-07-24 22:15:24 +0000 |
commit | 8754c02e2e652e1fb878a9a6e77bdb5a1fc81585 (patch) | |
tree | be073701e189c77dbd7d393c01de34c69d0676ad /Makefile | |
parent | 443a1bf6995847b70149052318802dbaf3ae196c (diff) | |
download | theme-8754c02e2e652e1fb878a9a6e77bdb5a1fc81585.tar theme-8754c02e2e652e1fb878a9a6e77bdb5a1fc81585.tar.gz theme-8754c02e2e652e1fb878a9a6e77bdb5a1fc81585.tar.bz2 theme-8754c02e2e652e1fb878a9a6e77bdb5a1fc81585.tar.xz theme-8754c02e2e652e1fb878a9a6e77bdb5a1fc81585.zip |
build splashy themes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -67,6 +67,13 @@ install: do \ ln -f -s vt0-$$d.cfg $(prefix)$(configdir)/bootsplash/themes/$$t/config/vt$$v-$$d.cfg; \ done; \ + install -d $(prefix)/$(sharedir)/splashy/themes/$$t-$$d; \ + cp -al $(prefix)$(sharedir)/bootsplash/themes/$$t/images/bootsplash-$$d.jpg $(prefix)/$(sharedir)/splashy/themes/$$t-$$d/background.jpg; \ + if [ -e $(prefix)$(sharedir)/bootsplash/Mandriva-common/images/hibernate-$$d.jpg ]; then \ + cp -al $(prefix)$(sharedir)/bootsplash/Mandriva-common/images/hibernate-$$d.jpg $(prefix)/$(sharedir)/splashy/themes/$$t-$$d/suspend.jpg; \ + fi; \ + ln -sf ../default/FreeSans.ttf $(prefix)/$(sharedir)/splashy/themes/$$t-$$d; \ + perl -pe "s,\@THEME\@,$$t,g" common/bootsplash/theme.xml > $(prefix)/$(sharedir)/splashy/themes/$$t-$$d/theme.xml; \ done; \ rm -f $(prefix)$(configdir)/bootsplash/themes/$$t/config/*template.cfg ; \ chmod 644 $(prefix)$(configdir)/bootsplash/themes/$$t/config/*.cfg; \ |