macos: packaging support for MacOS X 10.13
[openafs.git] / src / packaging / MacOS / pkgbuild.sh.in
index 36ec5d2..2a3f4a0 100644 (file)
@@ -131,6 +131,10 @@ elif [ x"$majorvers" = x16 ]; then
     RELNAME="Sierra"
     THISREL=12
 
+elif [ x"$majorvers" = x17 ]; then
+    RELNAME="HighSierra"
+    THISREL=13
+
 elif [ x"$majorvers" = x ] ; then
     echo "Error running uname" >&2
     exit 1