blob: 9b09f664e4b2435412f75179f405c2e6fbf7bce9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- setupwfc.orig Fri Apr 8 13:52:46 2005
+++ setupwfc Mon Jan 22 10:10:48 2007
@@ -396,7 +396,7 @@
*BSD)
# Assume Free/Net/Open BSD on an X86 with Linux emulation.
- if uname -m | grep 86 2>&1 >/dev/null ; then
+ if uname -m | grep "i[3456]86\|amd64" 2>&1 >/dev/null ; then
PLATFORM=linuxx86
DISP_PLATFORM="Linux (x86)"
echo
|