diff options
author | Mattias Andrée <maandree@kth.se> | 2018-06-15 07:19:40 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-06-15 07:19:40 +0200 |
commit | 1b570cc8ac634d60c14550e21c3136a3cf8a03d6 (patch) | |
tree | cb2710c9e48329cd68dbf8edd3243e119598a6d3 | |
parent | Add phone charge icons (diff) | |
download | simple-icon-theme-3.1.tar.gz simple-icon-theme-3.1.tar.bz2 simple-icon-theme-3.1.tar.xz |
Fix makefile3.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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\ |