fix Makefile for shellcheck
This commit is contained in:
parent
4b84410780
commit
a692215033
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -25,7 +25,7 @@ HOOKS_DIR = $(SHARE_DIR)/libalpm/hooks/
|
||||||
.PHONY: check install
|
.PHONY: check install
|
||||||
|
|
||||||
check:
|
check:
|
||||||
@shellcheck -x snap-pac
|
@shellcheck -x scripts/*
|
||||||
|
|
||||||
install:
|
install:
|
||||||
@install -Dm755 scripts/* -t $(SCRIPTS_DIR)
|
@install -Dm755 scripts/* -t $(SCRIPTS_DIR)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue