patch-icon_Makefile 406 B

123456789101112131415
  1. $OpenBSD: patch-icon_Makefile,v 1.1 2017/05/06 13:45:49 fcambus Exp $
  2. Index: icon/Makefile
  3. --- icon/Makefile.orig
  4. +++ icon/Makefile
  5. @@ -5,7 +5,7 @@ all:
  6. install:
  7. for f in $(ICONS); do \
  8. - dir="$(DESTDIR)$(PREFIX)/share/icons/hicolor/$${f%.png}/apps"; \
  9. + dir="$(PREFIX)/share/icons/hicolor/$${f%.png}/apps"; \
  10. mkdir -p "$$dir"; \
  11. cp "$$f" "$$dir/sxiv.png"; \
  12. chmod 644 "$$dir/sxiv.png"; \