better condition
This commit is contained in:
parent
5b0d244d21
commit
9b0515686f
1 changed files with 3 additions and 3 deletions
|
@ -12,9 +12,9 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/pkg-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
echo $ARCH | grep -q armv7 && SRC_ARCH=armv7 || \
|
||||
echo $ARCH | grep -q 86 && SRC_ARCH=386 || \
|
||||
echo $ARCH | grep -q 64 && SRC_ARCH=amd64
|
||||
echo $ARCH | grep -q armv7 && SRC_ARCH=armv7
|
||||
echo $ARCH | grep -q 86 && SRC_ARCH=386
|
||||
echo $ARCH | grep -q 64 && SRC_ARCH=amd64
|
||||
|
||||
|
||||
rm -rf $PKG
|
||||
|
|
Loading…
Reference in a new issue