[gimp] icons: wrong directory created.
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] icons: wrong directory created.
- Date: Sun, 12 Jun 2016 12:11:34 +0000 (UTC)
commit fec8d46002ca76b4e17e43a132a76849e170eb2b
Author: Jehan <jehan girinstud io>
Date: Sun Jun 12 04:26:51 2016 +0200
icons: wrong directory created.
Likel copy-paste typo.
icons/Symbolic-Inverted/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/icons/Symbolic-Inverted/Makefile.am b/icons/Symbolic-Inverted/Makefile.am
index 6fd7a9c..2981cfc 100644
--- a/icons/Symbolic-Inverted/Makefile.am
+++ b/icons/Symbolic-Inverted/Makefile.am
@@ -37,7 +37,7 @@ scalable/%.svg: ../Symbolic/scalable/%.svg $(top_builddir)/tools/invert-svg$(BUI
$(top_builddir)/tools/invert-svg$(BUILD_EXEEXT) $< $@
24/%.svg: $(top_srcdir)/icons/Symbolic/24/%.svg $(top_builddir)/tools/invert-svg$(BUILD_EXEEXT)
- mkdir -p scalable && \
+ mkdir -p 24 && \
$(top_builddir)/tools/invert-svg$(BUILD_EXEEXT) $< $@
# We are basically repeating the same rule for every subdirectory, which
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]