]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
make.sh: Fix typo
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 22 Apr 2023 07:25:57 +0000 (09:25 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sat, 22 Apr 2023 07:25:57 +0000 (09:25 +0200)
The correct name of the lfs file to call is perl-IPSet.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index cfd0720d59261224d7c74de2ae8106a534976aa2..7550f275270b31056aa34d22cda85ad012d3c5eb 100755 (executable)
--- 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() {