aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorhiroqn <909385+hiroqn@users.noreply.github.com>2022-09-19 03:39:15 +0900
committerhiroqn <909385+hiroqn@users.noreply.github.com>2022-09-20 15:36:36 +0900
commitca22936853a8ac582f0c2900a9de2531f26cb522 (patch)
tree656689443381344263c47648ba3d7631f1a5b8a6 /scripts
parenta38a55babee876dc9392a2abc3c42768a40f24db (diff)
fix `uname -m` return value for armv6l/armv7l
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/install.in b/scripts/install.in
index af5f71080..7d2e52b26 100755
--- a/scripts/install.in
+++ b/scripts/install.in
@@ -40,12 +40,12 @@ case "$(uname -s).$(uname -m)" in
path=@tarballPath_aarch64-linux@
system=aarch64-linux
;;
- Linux.armv6l_linux)
+ Linux.armv6l)
hash=@tarballHash_armv6l-linux@
path=@tarballPath_armv6l-linux@
system=armv6l-linux
;;
- Linux.armv7l_linux)
+ Linux.armv7l)
hash=@tarballHash_armv7l-linux@
path=@tarballPath_armv7l-linux@
system=armv7l-linux