summarylogtreecommitdiffstats
path: root/arch-patch.diff
blob: 47352e79969d0f1e4dd0dd93d6f5d1bb8118159f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- zm-build/instructions/bundling-scripts/utils.sh	2020-11-16 19:10:10.207776349 +0100
+++ zm-build/instructions/bundling-scripts/utils.sh	2020-11-16 19:10:03.064930426 +0100
@@ -47,6 +47,9 @@
     elif [[ $1 == RHEL* ]]
     then
         CreateRhelPackage
+    elif [[ $1 == ARCH ]]
+    then
+        echo "Build on Arch Linux done"
     else
         echo "OS not supported. Run using UBUNTU or RHEL system. "
         exit 1