[gimp] Bug 769102: fix creation of output directories for inverted icons.
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Bug 769102: fix creation of output directories for inverted icons.
- Date: Sat, 23 Jul 2016 12:39:00 +0000 (UTC)
commit 42420c3c4d6c2e22d1184c8bd20bccf49fa7b4d2
Author: Sebastian Pipping <sebastian pipping org>
Date: Sat Jul 23 01:02:10 2016 +0200
Bug 769102: fix creation of output directories for inverted icons.
https://bugs.gentoo.org/show_bug.cgi?id=589394
icons/Symbolic-Inverted/Makefile.am | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/icons/Symbolic-Inverted/Makefile.am b/icons/Symbolic-Inverted/Makefile.am
index 2981cfc..f3fe6a5 100644
--- a/icons/Symbolic-Inverted/Makefile.am
+++ b/icons/Symbolic-Inverted/Makefile.am
@@ -10,14 +10,14 @@ include $(top_srcdir)/icons/icon-list.mk
# As exceptions, we do not want to invert some icons.
# Just use these as-is: gimp-default-colors, gimp-toilet-paper.png.
12/gimp-default-colors.png: $(top_srcdir)/icons/Symbolic/12/gimp-default-colors.png
- mkdir -p `dirname $<` && cp -f $< $@
+ mkdir -p `dirname $@` && cp -f $< $@
scalable/gimp-default-colors.svg: ../Symbolic/scalable/gimp-default-colors.svg
- mkdir -p `dirname $<` && cp -f $< $@
+ mkdir -p `dirname $@` && cp -f $< $@
%/gimp-toilet-paper.png: $(top_srcdir)/icons/Symbolic/$(@D)/gimp-toilet-paper.png
- mkdir -p `dirname $<` && cp -f $< $@
+ mkdir -p `dirname $@` && cp -f $< $@
scalable/gimp-toilet-paper.svg: ../Symbolic/scalable/gimp-toilet-paper.svg
- mkdir -p `dirname $<` && cp -f $< $@
+ mkdir -p `dirname $@` && cp -f $< $@
# Other exceptions: inverted gimp-color-picker-white|black are generated
# from each other.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]