aboutsummaryrefslogtreecommitdiff
path: root/net/citrix_xenapp
diff options
context:
space:
mode:
Diffstat (limited to 'net/citrix_xenapp')
-rw-r--r--net/citrix_xenapp/files/patch-setupwfc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/citrix_xenapp/files/patch-setupwfc b/net/citrix_xenapp/files/patch-setupwfc
index 096f3c155bff..0d1b30ea8bfa 100644
--- a/net/citrix_xenapp/files/patch-setupwfc
+++ b/net/citrix_xenapp/files/patch-setupwfc
@@ -5,7 +5,7 @@
# processor. We also assume that this is reported by uname -m
# "ix86" where x is some number.
- if uname -m | grep 86 2>&1 >/dev/null ;then
-+ if uname -m | grep i386 2>&1 >/dev/null ;then
++ if uname -m | grep i[3456]86 2>&1 >/dev/null ;then
PLATFORM=linuxx86
DISP_PLATFORM="Linux (x86)"
elif uname -m | grep -i arm 2>&1 >/dev/null ;then