icons: use cp not LN_S to "create" the inverted 12/gimp-default-colors.png

Linking it apparently messed up something (identical timestamps?) so
sudo make install would fail.
This commit is contained in:
Michael Natterer
2016-01-11 20:34:16 +01:00
parent 7f67b53264
commit 3428a5c579

View File

@ -25,7 +25,7 @@ include $(top_srcdir)/icons/Symbolic/icon-list.mk
# As an exception, we do not want to invert gimp-default-colors.
# Just use it as-is.
12/gimp-default-colors.png: $(top_srcdir)/icons/Symbolic/12/gimp-default-colors.png
$(LN_S) -f $< $@
cp -f $< $@
# We are basically repeating the same rule for every subdirectory, which
# is very dirty. But this is the only way we found to have a rule