From fb9441173b07c291ae7e5cb94779b7c228b1fff9 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 17 Apr 2020 12:04:07 +0200 Subject: fix check in dist with perl >= 5.26 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2a65ff2c..4af093ac 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ clean: dist: clean find . -maxdepth 2 -name '*.p[lm]' -print0 | xargs -t -0 -n1 perl -cw \ - -I/usr/lib/libDrakX > /dev/null 2>&1 + -I . -I/usr/lib/libDrakX > /dev/null 2>&1 @git archive --prefix=$(NAME)-$(VERSION)/ HEAD | xz > $(NAME)-$(VERSION).tar.xz; $(info $(NAME)-$(VERSION).tar.xz is ready) -- cgit v1.2.1