#
This commit is contained in:
Makefile
manjaro-live
background.pngdejavu_sans_12.pf2dejavu_sans_14.pf2dejavu_sans_16.pf2dejavu_sans_24.pf2dejavu_sans_48.pf2dejavu_sans_bold_16.pf2dejavu_sans_mono_12.pf2highlight_c.pnghighlight_e.pnghighlight_w.png
icons
Manjaro.i686.pngManjaro.x86_64.pngantergos.pngarch.pngarchlinux.pngcancel.pngchakra.pngdebian.pngdeepin.pngdriver.pngedit.pngefi.pngelementary.pngfedora.pngfind.efi.pngfind.none.pngfrugalware.pnggentoo.pnggnu-linux.pnghelp.pngkali.pngkaos.pngkbd.pngkorora.pngkubuntu.pnglang.pnglfs.pnglinux-mint.pnglinux.pnglubuntu.pngmacosx.pngmageia.pngmanjaro.pngmemtest.pngopensuse.pngos.pngrecovery.pngrestart.pngshutdown.pngsiduction.pngsteamos.pngtromjaro.pngtype.pngtz.pngubuntu.pngunknown.pngunset.pngwindows.pngxubuntu.png
logo.pngmenu_c.pngmenu_e.pngprogress_bar2_c.pngprogress_bar_c.pngprogress_bar_hl_c.pngselect_c.pngslider_c.pngslider_n.pngslider_s.pngterminus-12.pf2terminus-14.pf2terminus-16.pf2terminus-18.pf2terminus-b12.pf2terminus-b14.pf2terminus-b16.pf2terminus-b18.pf2theme.txtuserpass.png
20
Makefile
20
Makefile
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user