From 6e4d05a4f44f1a0893348b5026792788db3901ea Mon Sep 17 00:00:00 2001 From: NicoHood Date: Sat, 30 Jan 2021 09:40:15 +0100 Subject: [PATCH] Fix readme name in makefile Version 2.3.2 did not built because of that name change --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7f21cf1..8ce7d3a 100644 --- a/Makefile +++ b/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/