Fix readme name in makefile

Version 2.3.2 did not built because of that name change
This commit is contained in:
NicoHood 2021-01-30 09:40:15 +01:00 committed by GitHub
parent 2bd088c576
commit 6e4d05a4f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,6 @@ install:
@install -Dm644 hooks/* -t $(SHARE_DIR)/libalpm/hooks/ @install -Dm644 hooks/* -t $(SHARE_DIR)/libalpm/hooks/
@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 -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/snap-pac.conf.example -t $(DESTDIR)/etc/
@install -Dm644 extra/root.conf.example -t $(DESTDIR)/etc/snap-pac/ @install -Dm644 extra/root.conf.example -t $(DESTDIR)/etc/snap-pac/