[adwaita-icon-theme: 1/2] Small portability and syntax errors fixed in Makefile.am files



commit e2a5fcb51513d0a34be498a1105264c9fce9bb8f
Author: David Cantrell <david l cantrell gmail com>
Date:   Tue Apr 7 11:08:59 2020 -0400

    Small portability and syntax errors fixed in Makefile.am files
    
    Two things:
    
    1) Remove unnecessary 'echo -e' in src/fullcolor/Makefile.am
    
    2) Join size= variable with the rest of the install-data-local target
    in src/spinner/Makefile.am

 src/fullcolor/Makefile.am | 2 +-
 src/spinner/Makefile.am   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/fullcolor/Makefile.am b/src/fullcolor/Makefile.am
index 1c940a51..d73529b8 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 86f4d7cd..c14caf68 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; \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]