This commit is contained in:
davedatum
2019-10-30 19:36:56 +00:00
parent c0df350c19
commit 4bf057510d
81 changed files with 10 additions and 10 deletions

@ -5,11 +5,11 @@ PREFIX = /usr/local
CFG = $(wildcard cfg/*.cfg)
MTHEME = \
$(wildcard tromjaro-live/*.png) \
tromjaro-live/theme.txt \
tromjaro-live/*.pf2
$(wildcard manjaro-live/*.png) \
manjaro-live/theme.txt \
manjaro-live/*.pf2
MICONS= $(wildcard tromjaro-live/icons/*.png)
MICONS= $(wildcard manjaro-live/icons/*.png)
TZ = $(wildcard tz/*)
@ -31,15 +31,15 @@ uninstall_common:
for f in ${LOCALES}; do rm -f $(DESTDIR)$(PREFIX)/share/grub/locales/$$f; done
install_tromjaro:
install -dm0755 $(DESTDIR)$(PREFIX)/share/grub/themes/tromjaro-live
install -m0644 ${MTHEME} $(DESTDIR)$(PREFIX)/share/grub/themes/tromjaro-live
install -dm0755 $(DESTDIR)$(PREFIX)/share/grub/themes/manjaro-live
install -m0644 ${MTHEME} $(DESTDIR)$(PREFIX)/share/grub/themes/manjaro-live
install -dm0755 $(DESTDIR)$(PREFIX)/share/grub/themes/tromjaro-live/icons
install -m0644 ${MICONS} $(DESTDIR)$(PREFIX)/share/grub/themes/tromjaro-live/icons
install -dm0755 $(DESTDIR)$(PREFIX)/share/grub/themes/manjaro-live/icons
install -m0644 ${MICONS} $(DESTDIR)$(PREFIX)/share/grub/themes/manjaro-live/icons
uninstall_tromjaro:
for f in ${MTHEME}; do rm -f $(DESTDIR)$(PREFIX)/share/grub/theme/tromjaro-live/$$f; done
for f in ${MICONS}; do rm -f $(DESTDIR)$(PREFIX)/share/grub/theme/tromjaro-live/icons/$$f; done
for f in ${MTHEME}; do rm -f $(DESTDIR)$(PREFIX)/share/grub/theme/manjaro-live/$$f; done
for f in ${MICONS}; do rm -f $(DESTDIR)$(PREFIX)/share/grub/theme/manjaro-live/icons/$$f; done
install: install_common install_tromjaro