socat-1.7.3.4 added missing entry to make.sh

Message ID 20201105203806.29564-1-smooky@v16.de
State Accepted
Commit 68fbcc0ee3ff0caf786abc3d2c126feff3f23204
Headers
Series socat-1.7.3.4 added missing entry to make.sh |

Commit Message

smooky Nov. 5, 2020, 8:38 p.m. UTC
  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) <smooky@v16.de>
---
 make.sh | 1 +
 1 file changed, 1 insertion(+)
  

Patch

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() {