reorganize

This commit is contained in:
James Barnett 2016-06-09 16:09:42 -05:00
parent 519be40dc0
commit 4b84410780
4 changed files with 3 additions and 3 deletions

View file

@ -28,6 +28,6 @@ check:
@shellcheck -x snap-pac
install:
@install -Dm755 snap-pac -t $(SCRIPTS_DIR)
@install -Dm644 *.hook -t $(HOOKS_DIR)
@install -Dm755 scripts/* -t $(SCRIPTS_DIR)
@install -Dm644 hooks/* -t $(HOOKS_DIR)
@install -Dm644 LICENSE -t $(SHARE_DIR)/licenses/$(PKGNAME)