change: Appoint ARCH

This commit is contained in:
2024-12-08 22:18:41 +08:00
parent 35ce5c25f3
commit 511f9e1ab2

View File

@@ -174,7 +174,7 @@ DEBIAN_DEB_ARCH=$LIBC6_ARCH
echo "$DEBIAN_DEB_ARCH"
echo "debian multiarch directory name:"
DEBIAN_MULTIARCH=`dpkg-architecture -A "$DEBIAN_DEB_ARCH" | grep "^DEB_TARGET_MULTIARCH=.*"`
DEBIAN_MULTIARCH=${ARCH}
check $?
DEBIAN_MULTIARCH=${DEBIAN_MULTIARCH:21}
echo "$DEBIAN_MULTIARCH"