mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2024-12-09 14:10:48 -05:00
Revert indent (#250)
This commit is contained in:
parent
1e284b9488
commit
16856ac4c1
1 changed files with 4 additions and 4 deletions
|
@ -14,13 +14,13 @@ pamd_files = pam/i3lock
|
|||
pamd_DATA = $(pamd_files)
|
||||
|
||||
if ENABLE_BASH_COMPLETION
|
||||
bashcompletiondir = $(BASH_COMPLETION_DIR)
|
||||
dist_bashcompletion_DATA = i3lock-bash
|
||||
bashcompletiondir = $(BASH_COMPLETION_DIR)
|
||||
dist_bashcompletion_DATA = i3lock-bash
|
||||
endif
|
||||
|
||||
if ENABLE_ZSH_COMPLETION
|
||||
zshcompletiondir = $(ZSH_COMPLETION_DIR)
|
||||
dist_zshcompletion_DATA = i3lock-zsh
|
||||
zshcompletiondir = $(ZSH_COMPLETION_DIR)
|
||||
dist_zshcompletion_DATA = i3lock-zsh
|
||||
endif
|
||||
|
||||
install-data-hook:
|
||||
|
|
Loading…
Reference in a new issue