reorganize
This commit is contained in:
parent
519be40dc0
commit
4b84410780
4 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -28,6 +28,6 @@ check:
|
||||||
@shellcheck -x snap-pac
|
@shellcheck -x snap-pac
|
||||||
|
|
||||||
install:
|
install:
|
||||||
@install -Dm755 snap-pac -t $(SCRIPTS_DIR)
|
@install -Dm755 scripts/* -t $(SCRIPTS_DIR)
|
||||||
@install -Dm644 *.hook -t $(HOOKS_DIR)
|
@install -Dm644 hooks/* -t $(HOOKS_DIR)
|
||||||
@install -Dm644 LICENSE -t $(SHARE_DIR)/licenses/$(PKGNAME)
|
@install -Dm644 LICENSE -t $(SHARE_DIR)/licenses/$(PKGNAME)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue