From 4de61a4b8fae97218de7405273cfe6b8810567f0 Mon Sep 17 00:00:00 2001 From: Tad Date: Sat, 12 Sep 2020 14:44:21 -0400 Subject: make rpms: fix man file inclusion $ make rpms ./platform/rpm/mkrpm.sh firejail 0.9.63 sed: can't read src/man/firejail.man: No such file or directory sed: can't read src/man/firemon.man: No such file or directory sed: can't read src/man/firejail-profile.man: No such file or directory --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 1b2e21947..ea68e4102 100644 --- a/Makefile.in +++ b/Makefile.in @@ -202,7 +202,7 @@ test-compile: dist cd test/compile; ./compile.sh $(NAME)-$(VERSION) .PHONY: rpms -rpms: +rpms: man ./platform/rpm/mkrpm.sh $(NAME) $(VERSION) extras: all -- cgit v1.2.3-70-g09d2