Index: /issm/trunk-jpl/packagers/mac/complete-issm-mac-silicon-binaries-matlab.sh
===================================================================
--- /issm/trunk-jpl/packagers/mac/complete-issm-mac-silicon-binaries-matlab.sh	(revision 28124)
+++ /issm/trunk-jpl/packagers/mac/complete-issm-mac-silicon-binaries-matlab.sh	(revision 28125)
@@ -4,5 +4,5 @@
 # Wrapper script to build, package, send for signing, and transfer to ISSM 
 # website ISSM distributable package with MATLAB API for macOS running on 
-# Intel.
+# Silicon.
 #
 # Normally, we would put this directly into the project configuration under 
@@ -64,6 +64,6 @@
 ## Constants
 #
-PKG="ISSM-macOS-Intel-MATLAB" # Name of directory to copy distributable files to
-REPO_BASE_URL="https://issm.ess.uci.edu/svn/issm-binaries/mac/intel/matlab"
+PKG="ISSM-macOS-Silicon-MATLAB" # Name of directory to copy distributable files to
+REPO_BASE_URL="https://issm.ess.uci.edu/svn/issm-binaries/mac/silicon/matlab"
 SIGNED_REPO_COPY="./signed"
 SIGNED_REPO_URL="${REPO_BASE_URL}/signed"
@@ -110,5 +110,5 @@
 # Build
 if [ ${build} -eq 1 ]; then
-	./jenkins/jenkins.sh ./jenkins/mac-intel-binaries-matlab
+	./jenkins/jenkins.sh ./jenkins/mac-silicon-binaries-matlab
 
 	if [ $? -ne 0 ]; then
Index: /issm/trunk-jpl/packagers/mac/complete-issm-mac-silicon-binaries-python-3.sh
===================================================================
--- /issm/trunk-jpl/packagers/mac/complete-issm-mac-silicon-binaries-python-3.sh	(revision 28124)
+++ /issm/trunk-jpl/packagers/mac/complete-issm-mac-silicon-binaries-python-3.sh	(revision 28125)
@@ -4,5 +4,5 @@
 # Wrapper script to build, package, send for signing, and transfer to ISSM 
 # website ISSM distributable package with Python 3 API for macOS running on 
-# Intel.
+# Silicon.
 #
 # Normally, we would put this directly into the project configuration under 
@@ -64,6 +64,6 @@
 ## Constants
 #
-PKG="ISSM-macOS-Intel-Python-3" # Name of directory to copy distributable files to
-REPO_BASE_URL="https://issm.ess.uci.edu/svn/issm-binaries/mac/intel/python/3"
+PKG="ISSM-macOS-Silicon-Python-3" # Name of directory to copy distributable files to
+REPO_BASE_URL="https://issm.ess.uci.edu/svn/issm-binaries/mac/silicon/python/3"
 SIGNED_REPO_COPY="./signed"
 SIGNED_REPO_URL="${REPO_BASE_URL}/signed"
@@ -110,5 +110,5 @@
 # Build
 if [ ${build} -eq 1 ]; then
-	./jenkins/jenkins.sh ./jenkins/mac-intel-binaries-python-3
+	./jenkins/jenkins.sh ./jenkins/mac-silicon-binaries-python-3
 
 	if [ $? -ne 0 ]; then 
