mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
Fix sassc for gnome-shell
This commit is contained in:
parent
052821a10c
commit
c8a21563ca
@ -68,6 +68,8 @@ endif # ENABLE_GNOME_SHELL
|
|||||||
if ENABLE_GNOME_SHELL
|
if ENABLE_GNOME_SHELL
|
||||||
$(MKDIR_P) $(ithemedir)/gnome-shell
|
$(MKDIR_P) $(ithemedir)/gnome-shell
|
||||||
|
|
||||||
|
sassc $(srcdir)/gnome-shell/$(GNOME_VERSION)/sass/gnome-shell.scss $(srcdir)/gnome-shell/$(GNOME_VERSION)/gnome-shell.css;
|
||||||
|
|
||||||
cd $(srcdir)/gnome-shell/$(GNOME_VERSION) && cp -R \
|
cd $(srcdir)/gnome-shell/$(GNOME_VERSION) && cp -R \
|
||||||
common-assets \
|
common-assets \
|
||||||
light-assets \
|
light-assets \
|
||||||
@ -77,6 +79,8 @@ if ENABLE_GNOME_SHELL
|
|||||||
if ENABLE_DARK
|
if ENABLE_DARK
|
||||||
$(MKDIR_P) $(ithemedarkdir)/gnome-shell
|
$(MKDIR_P) $(ithemedarkdir)/gnome-shell
|
||||||
|
|
||||||
|
sassc $(srcdir)/gnome-shell/$(GNOME_VERSION)/sass/gnome-shell-dark.scss $(srcdir)/gnome-shell/$(GNOME_VERSION)/gnome-shell-dark.css;
|
||||||
|
|
||||||
cd $(srcdir)/gnome-shell/$(GNOME_VERSION) && cp -R \
|
cd $(srcdir)/gnome-shell/$(GNOME_VERSION) && cp -R \
|
||||||
common-assets \
|
common-assets \
|
||||||
dark-assets \
|
dark-assets \
|
||||||
|
Loading…
Reference in New Issue
Block a user