Skip to content

Commit

Permalink
Remove './' prefix from paths to icon themes
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartFinn committed Oct 25, 2023
1 parent d5db370 commit 1e76dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e76dba

Please sign in to comment.