summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2020-06-24 15:07:53 +0000
committerJakub Steiner <jimmac@gmail.com>2020-06-24 15:07:53 +0000
commit81be39ca343b40c9e77b308edcbb9184f574ce1d (patch)
treef6d757985ce239838611b1a812ddcb74504b2e95
parent83b79cf2814c5597ca2217d6eb43340bb86364d8 (diff)
parente2a5fcb51513d0a34be498a1105264c9fce9bb8f (diff)
downloadadwaita-icon-theme-81be39ca343b40c9e77b308edcbb9184f574ce1d.tar.gz
Merge branch 'master' into 'master'
Small portability and syntax errors fixed in Makefile.am files See merge request GNOME/adwaita-icon-theme!14
-rw-r--r--src/fullcolor/Makefile.am2
-rw-r--r--src/spinner/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/fullcolor/Makefile.am b/src/fullcolor/Makefile.am
index 1c940a51b..d73529b82 100644
--- a/src/fullcolor/Makefile.am
+++ b/src/fullcolor/Makefile.am
@@ -5,7 +5,7 @@ $(render_sizes): Makefile
install-data-local:
for size in $(render_sizes); do \
- echo -e "Going to copy files for $$size"; \
+ echo "Going to copy files for $$size"; \
for file in `cd $(top_srcdir)/$(SVGOUTDIR)/$$size && find . -name "*.png"`; do \
context="`dirname $$file`"; \
$(mkdir_p) $(DESTDIR)$(themedir)/$$size/$$context; \
diff --git a/src/spinner/Makefile.am b/src/spinner/Makefile.am
index 86f4d7cde..c14caf68c 100644
--- a/src/spinner/Makefile.am
+++ b/src/spinner/Makefile.am
@@ -20,7 +20,7 @@ render: render-png
all-local: render
install-data-local:
- size='scalable-up-to-32'
+ size='scalable-up-to-32' ; \
for file in `cd $(top_srcdir)/$(SVGOUTDIR)/$$size; find . -name "*.png"`; do \
context="`dirname $$file`"; \
$(mkdir_p) $(DESTDIR)$(themedir)/$$size/$$context; \