Skip to content

Commit

Permalink
fix(build): correct typo in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
fuljo committed Jan 3, 2024
1 parent 984638f commit b73fbd2
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 @@ -17,7 +17,7 @@ licensesdir ?= $(datarootdir)/licenses/$(PKGNAME)

# Find the directory to install plugins (only expand if needed)
pluginsdir_pc = $(shell pkg-config --variable pluginsdir rofi)
pluginsdir ?= $(if $(pluginsdir_pc),$(pluginsdir_pc),$(lbdir)/rofi)
pluginsdir ?= $(if $(pluginsdir_pc),$(pluginsdir_pc),$(libdir)/rofi)

# Build everything
all:
Expand Down

0 comments on commit b73fbd2

Please sign in to comment.