system/nvidia-legacy390-driver: Fix 32bit build.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Lenard Spencer 2023-10-06 21:56:15 +08:00 committed by Willy Sudiarto Raharjo
parent 7419e00ffa
commit 5b5fb5874b
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 1 additions and 1 deletions

0
system/nvidia-legacy390-driver/README Executable file → Normal file
View file

View file

@ -198,7 +198,7 @@ cd $TMP/$SRCNAM
rm -rf $PKG/var/lib
# if not multilib, remove the unneeded /usr/lib folder:
if [ "${COMPAT32}" != "yes" ]; then
if [ "$ARCH" = "x86_64" -a "${COMPAT32}" != "yes" ]; then
rm -rf $PKG/usr/lib || true
fi