summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2013-08-21 17:35:48 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2013-08-22 13:01:08 +0200
commitbc45700b1b8a0579502e09b3a7d6ec4c0c96dc8b (patch)
tree9abd585dffadfa9a8f89c72c3883941008868598 /postprocess
parent6a5a460e8a9592ca089ce15b0d2fd641db0c189a (diff)
remove superfluous sort.pl
Change-Id: I5d182aa00c4c0488edb52633392f6747772b7176
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/CustomTarget_images.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/CustomTarget_images.mk b/postprocess/CustomTarget_images.mk
index 8c2963d0a50e..541941c7aaa8 100644
--- a/postprocess/CustomTarget_images.mk
+++ b/postprocess/CustomTarget_images.mk
@@ -61,7 +61,7 @@ $(packimages_DIR)/commandimagelist.ilst :
$(call gb_Helper_abbreviate_dirs, \
find $(SRCDIR)/icon-themes/galaxy/cmd -name "*.png" -o -name "*.svg" | \
sed "s#$(SRCDIR)/icon-themes/galaxy#%MODULE%#" | \
- $(PERL) $(SOLARENV)/bin/sort.pl > $@.$(INPATH) && \
+ LC_ALL=C sort > $@.$(INPATH) && \
$(PERL) $(SOLARENV)/bin/diffmv.pl $@.$(INPATH) $@ \
$(if $(findstring s,$(MAKEFLAGS)),2> /dev/null))