summarylogtreecommitdiffstats
path: root/PulseClient-Arch.patch
diff options
context:
space:
mode:
Diffstat (limited to 'PulseClient-Arch.patch')
-rw-r--r--PulseClient-Arch.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/PulseClient-Arch.patch b/PulseClient-Arch.patch
new file mode 100644
index 000000000000..11fbe067ae70
--- /dev/null
+++ b/PulseClient-Arch.patch
@@ -0,0 +1,20 @@
+--- usr/local/pulse/PulseClient_x86_64.sh 2018-04-19 00:33:11.000000000 +0800
++++ usr/local/pulse/PulseClient_x86_64.sh.new 2018-09-07 19:43:27.895493295 +0800
+@@ -14,7 +14,7 @@
+
+ SCRNAME=`basename $0`
+
+-SUPPORTED_OSTYPES_LIST=( CENTOS_6 CENTOS_7 UBUNTU_14 UBUNTU_15 UBUNTU_16_17 FEDORA RHEL_7 DEBIAN_8_9 UNSUPPORTED)
++SUPPORTED_OSTYPES_LIST=( ARCH CENTOS_6 CENTOS_7 UBUNTU_14 UBUNTU_15 UBUNTU_16_17 FEDORA RHEL_7 DEBIAN_8_9 UNSUPPORTED)
+ #RPM Based
+ CENTOS_6_DEPENDENCIES=( glibc \
+ nss-softokn-freebl \
+@@ -268,6 +268,8 @@
+ else
+ OS_TYPE=${SUPPORTED_OSTYPES_LIST[$UNSUPPORTED]}
+ fi
++ elif [ -f /etc/arch-release ]; then
++ OS_TYPE=${SUPPORTED_OSTYPES_LIST[$ARCH]}
+ else
+ OSNAME=$(lsb_release -d | grep -o "Ubuntu")
+ if [ "X$OSNAME" != "X" ]; then