From 26f0ebb3c479b3cc49fbcbb36622668202b6c444 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sat, 22 Apr 2023 09:25:57 +0200 Subject: [PATCH] make.sh: Fix typo The correct name of the lfs file to call is perl-IPSet. Signed-off-by: Stefan Schantl --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index cfd0720d59..7550f27527 100755 --- a/make.sh +++ b/make.sh @@ -1709,7 +1709,7 @@ buildipfire() { lfsmake2 perl-Imager-QRCode lfsmake2 perl-MIME-Base32 lfsmake2 perl-URI-Encode - lfsmake2 perl-IPset + lfsmake2 perl-IPSet } buildinstaller() { -- 2.39.5