Browse Source

make zlib change

Kevin Bradley 10 months ago
parent
commit
dd8212be34
1 changed files with 1 additions and 1 deletions
  1. 1 1
      the_memo2.sh

+ 1 - 1
the_memo2.sh

@@ -967,7 +967,7 @@ downloadZLib() {
 
 #zlib
 buildZLib() {
-    PKG_NAME="lzib-1.2.11"
+    PKG_NAME="zlib"
     checkBuilt $PKG_NAME
     if [[ $? != 0 ]]; then
         echo "$PKG_NAME already exists, skipping!"