diff options
Diffstat (limited to 'network/mysecureshell/mysecureshell.SlackBuild')
-rw-r--r-- | network/mysecureshell/mysecureshell.SlackBuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/network/mysecureshell/mysecureshell.SlackBuild b/network/mysecureshell/mysecureshell.SlackBuild index 85d80a6368..30a74ec759 100644 --- a/network/mysecureshell/mysecureshell.SlackBuild +++ b/network/mysecureshell/mysecureshell.SlackBuild @@ -12,12 +12,10 @@ TAG=${TAG:-_SBo} ## The source has an underscore SRCNAME=$PRGNAM\_$VERSION -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi |