install ini file directly
This commit is contained in:
parent
fad8cd676c
commit
6dc564314c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -28,7 +28,7 @@ install: man
|
||||||
@install -Dm644 LICENSE -t $(SHARE_DIR)/licenses/$(PKGNAME)/
|
@install -Dm644 LICENSE -t $(SHARE_DIR)/licenses/$(PKGNAME)/
|
||||||
@install -Dm644 man8/* -t $(SHARE_DIR)/man/man8/
|
@install -Dm644 man8/* -t $(SHARE_DIR)/man/man8/
|
||||||
@install -Dm644 README.md -t $(SHARE_DIR)/doc/$(PKGNAME)/
|
@install -Dm644 README.md -t $(SHARE_DIR)/doc/$(PKGNAME)/
|
||||||
@install -Dm644 extra/snap-pac.ini $(DESTDIR)/etc/snap-pac.ini.example
|
@install -Dm644 extra/snap-pac.ini $(DESTDIR)/etc/snap-pac.ini
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@python -m pytest -v .
|
@python -m pytest -v .
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue