Explorar el Código

comment all the building back in, except for APT the script still needs to be adjusted for that

Kevin Bradley hace 3 años
padre
commit
2a507859bf
Se han modificado 1 ficheros con 11 adiciones y 11 borrados
  1. 11 11
      the_memo2.sh

+ 11 - 11
the_memo2.sh

@@ -992,21 +992,21 @@ buildDpkg() {
 
 buildDPKGAndDependencies() {
 	notifyProgress "Building zlib"
-	#buildZLib
+	buildZLib
 	notifyProgress "Building xz"
-	#buildXZ
+	buildXZ
 	notifyProgress "Building bzip2"
-	#buildBZip2
+	buildBZip2
 	notifyProgress "Building lz4"
-	#buildLZ4
+	buildLZ4
 	notifyProgress "Building openSSL"
-	#buildOpenSSL
+	buildOpenSSL
 	notifyProgress "Building curl"
-	#buildCurl
+	buildCurl
 	notifyProgress "Building BerkeleyDB"
-	#buildBerkeleyDB
+	buildBerkeleyDB
 	notifyProgress "Building tar"
-	#buildTar
+	buildTar
 	notifyProgress "Building dpkg"
 	buildDpkg
 }
@@ -1316,7 +1316,7 @@ mkdirIfNecessary $ROOT_LOG_FOLDER
 # Ensure our SDK has all the required "extras" installed/setup
 prepSDK
 
-#buildBashAndFriends
-#buildBasicUtils
+buildBashAndFriends
+buildBasicUtils
 buildDPKGAndDependencies
-#buildAPTAndDependencies
+buildAPTAndDependencies