aboutsummaryrefslogtreecommitdiffstats
path: root/icon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'icon/Makefile')
-rw-r--r--icon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/icon/Makefile b/icon/Makefile
index bbb4786..f660cc5 100644
--- a/icon/Makefile
+++ b/icon/Makefile
@@ -7,6 +7,6 @@ install:
for f in $(ICONS); do \
dir="$(DESTDIR)$(PREFIX)/share/icons/hicolor/$${f%.png}/apps"; \
mkdir -p "$$dir"; \
- cp "$$f" "$$dir/sxiv.png"; \
- chmod 644 "$$dir/sxiv.png"; \
+ cp "$$f" "$$dir/nsxiv.png"; \
+ chmod 644 "$$dir/nsxiv.png"; \
done