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:
@ -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
|
||||
|
Reference in New Issue
Block a user