mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
audio/distrho-ports: Fixed build on i486.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
dc3264b2b6
commit
c7f599ce61
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i?86" ]; then
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
LIBDIRSUFFIX=""
|
||||
LIBDIRMARK="32"
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
|
|
Loading…
Reference in a new issue