Remove './' prefix from paths to icon themes

This commit is contained in:
Sergei Eremenko 2023-10-25 13:02:06 +03:00
parent d5db37070a
commit 1e76dbab98
No known key found for this signature in database
GPG key ID: AB6D54C1C16D2507

View file

@ -2,7 +2,7 @@
# gmake PREFIX=/usr/local install
PREFIX ?= /usr
ICON_THEMES ?= $(patsubst %/index.theme,%,$(wildcard ./*/index.theme))
ICON_THEMES ?= $(patsubst %/index.theme,%,$(wildcard */index.theme))
IGNORE ?=
# excludes IGNORE from ICON_THEMES list