From mboxrd@z Thu Jan 1 00:00:00 1970 From: smooky@v16.de To: development@lists.ipfire.org Subject: [PATCH] socat-1.7.3.4 added missing entry to make.sh Date: Thu, 05 Nov 2020 21:38:06 +0100 Message-ID: <20201105203806.29564-1-smooky@v16.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3976324824963167454==" List-Id: --===============3976324824963167454== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Entry to make.sh for socat added. Was forgotten before and thus Pakfire distributed an empty addon. Thanks to Matthias Fischer for clarifying why the distributed addon was empty. Signed-off-by: Marcel Follert (Smooky) --- make.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/make.sh b/make.sh index 9ddfd4c07..4158a5642 100755 --- a/make.sh +++ b/make.sh @@ -1648,6 +1648,7 @@ buildipfire() { lfsmake2 libloc lfsmake2 ncdu lfsmake2 lshw + lfsmake2 socat } buildinstaller() { -- 2.28.0 --===============3976324824963167454==--