base-files: do not install ld-linux.so.2 dangling symlink.
This will be provided by the glibc-32bit pkg instead.
This commit is contained in:
parent
d104a99fa0
commit
f8e63f1c0c
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'base-files'
|
||||
pkgname=base-files
|
||||
version=0.114
|
||||
revision=3
|
||||
version=0.115
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
build_style="meta"
|
||||
depends="base-directories xbps-triggers"
|
||||
|
@ -30,7 +30,6 @@ do_install() {
|
|||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||
vmkdir usr/lib
|
||||
vmkdir usr/lib32
|
||||
ln -s ../lib32/ld-linux.so.2 ${DESTDIR}/usr/lib/ld-linux.so.2
|
||||
ln -s ../lib/locale ${DESTDIR}/usr/lib32/locale
|
||||
vinstall ${FILESDIR}/ld.so.lib32.conf 644 etc/ld.so.conf.d lib32.conf
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue