diff --git a/packetize.sh b/packetize.sh index 13724636ca..81ebb1b4f9 100755 --- a/packetize.sh +++ b/packetize.sh @@ -51,6 +51,11 @@ echo case $TRI_OS_LONG in + Linux-ArchLinux-*) + echo "Packetize for ArchLinux is not not supported." + exit 0 + ;; + Linux-openSUSE*) echo "Using configuration for openSuSE" package_type="rpm"