aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-06-15 07:19:40 +0200
committerMattias Andrée <maandree@kth.se>2018-06-15 07:19:40 +0200
commit1b570cc8ac634d60c14550e21c3136a3cf8a03d6 (patch)
treecb2710c9e48329cd68dbf8edd3243e119598a6d3
parentAdd phone charge icons (diff)
downloadsimple-icon-theme-1b570cc8ac634d60c14550e21c3136a3cf8a03d6.tar.gz
simple-icon-theme-1b570cc8ac634d60c14550e21c3136a3cf8a03d6.tar.bz2
simple-icon-theme-1b570cc8ac634d60c14550e21c3136a3cf8a03d6.tar.xz
Fix makefile3.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e995998..7bf3bf7 100644
--- a/Makefile
+++ b/Makefile
@@ -3020,7 +3020,7 @@ index.theme: Makefile
set -e;\
for d in $(DIRS); do\
printf ',scalable/%s' $$d;\
- done | sed 's/^,//' >> index.theme
+ done >> index.theme
printf '\n' >> index.theme
set -e;\
for s in $(SIZES) scalable; do\