mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 02:01:42 -05:00
Fix bash completion path
This commit is contained in:
parent
978f655c7e
commit
63aa38a5c2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -9,7 +9,7 @@ LDFLAGS = -L$(PREFIX)/lib
|
|||
PREFIX ?= /usr/local
|
||||
BINPREFIX = $(PREFIX)/bin
|
||||
MANPREFIX = $(PREFIX)/share/man
|
||||
CPLPREFIX = $(PREFIX)/usr/share/bash-completion/completions
|
||||
CPLPREFIX = $(PREFIX)/share/bash-completion/completions
|
||||
|
||||
WM_SRC = bspwm.c events.c messages.c ewmh.c settings.c helpers.c tree.c types.c rules.c window.c
|
||||
WM_OBJ = $(WM_SRC:.c=.o)
|
||||
|
|
Loading…
Add table
Reference in a new issue