Merge pull request #37 from NicoHood/patch-1
Fix readme name in makefile
This commit is contained in:
commit
82472f513a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -27,6 +27,6 @@ install:
|
|||
@install -Dm644 hooks/* -t $(SHARE_DIR)/libalpm/hooks/
|
||||
@install -Dm644 LICENSE -t $(SHARE_DIR)/licenses/$(PKGNAME)/
|
||||
@install -Dm644 man8/* -t $(SHARE_DIR)/man/man8/
|
||||
@install -Dm644 README -t $(SHARE_DIR)/doc/$(PKGNAME)/
|
||||
@install -Dm644 README.md -t $(SHARE_DIR)/doc/$(PKGNAME)/
|
||||
@install -Dm644 extra/snap-pac.conf.example -t $(DESTDIR)/etc/
|
||||
@install -Dm644 extra/root.conf.example -t $(DESTDIR)/etc/snap-pac/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue