mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
glibc: ppcle adjustments
This commit is contained in:
parent
8384c3bda6
commit
45a6754b46
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ do_install() {
|
||||||
# 32-bit userlands may be used with 64-bit kernels and then
|
# 32-bit userlands may be used with 64-bit kernels and then
|
||||||
# xbps will report an incorrect architecture by default
|
# xbps will report an incorrect architecture by default
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686|ppc|armv*)
|
i686|ppc|ppcle|armv*)
|
||||||
vmkdir usr/share/xbps.d
|
vmkdir usr/share/xbps.d
|
||||||
echo "architecture=${XBPS_TARGET_MACHINE}" > \
|
echo "architecture=${XBPS_TARGET_MACHINE}" > \
|
||||||
${DESTDIR}/usr/share/xbps.d/arch-32bit.conf
|
${DESTDIR}/usr/share/xbps.d/arch-32bit.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue