From 97ea600623b780fc9dba4abbaa45db44e626a10e Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Mon, 11 Jan 2016 20:35:32 +0100 Subject: [PATCH] app: s/Default/Color/ in the testing icon theme Makefile rules --- app/tests/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/tests/Makefile.am b/app/tests/Makefile.am index c9da4afcc6..15cc18a7ac 100644 --- a/app/tests/Makefile.am +++ b/app/tests/Makefile.am @@ -137,12 +137,12 @@ gimpdir-output: mkdir -p gimpdir-output/gradients gimp-test-icon-theme: - mkdir -p $$(echo $$(find $(top_srcdir)/icons/Default -name [0-9][0-9] -type d | sed 's@.*/\([0-9][0-9]\)$$@gimp-test-icon-theme/hicolor/\1x\1@')) - for dir in $$(echo $$(find $(top_srcdir)/icons/Default/ -name [0-9][0-9] -type d | sed 's@.*/\([0-9][0-9]\)$$@\1@')); do \ + mkdir -p $$(echo $$(find $(top_srcdir)/icons/Color -name [0-9][0-9] -type d | sed 's@.*/\([0-9][0-9]\)$$@gimp-test-icon-theme/hicolor/\1x\1@')) + for dir in $$(echo $$(find $(top_srcdir)/icons/Color/ -name [0-9][0-9] -type d | sed 's@.*/\([0-9][0-9]\)$$@\1@')); do \ (cd gimp-test-icon-theme/hicolor/$${dir}x$${dir}/ && \ - $(LN_S) $(abs_top_srcdir)/icons/Default/$${dir} apps); \ + $(LN_S) $(abs_top_srcdir)/icons/Color/$${dir} apps); \ done - (cd gimp-test-icon-theme/hicolor && $(LN_S) $(abs_top_srcdir)/icons/Default/index.theme index.theme) + (cd gimp-test-icon-theme/hicolor && $(LN_S) $(abs_top_srcdir)/icons/Color/index.theme index.theme) clean-local: rm -rf gimpdir-output