aboutsummaryrefslogtreecommitdiffstats
path: root/basearch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'basearch.sh')
-rwxr-xr-xbasearch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/basearch.sh b/basearch.sh
index aa13bbe..f45ba8a 100755
--- a/basearch.sh
+++ b/basearch.sh
@@ -1,4 +1,4 @@
#!/bin/sh
uname -m | sed \
- -e 's/i?86/i386/' \
+ -e 's/i.86/i386/' \
-e 's/armv7.*/armhfp/'