From a01af5d8acee1200ab6fa497213917c8b489529b Mon Sep 17 00:00:00 2001 From: Timothy Redaelli Date: Wed, 1 Jul 2015 01:14:29 +0200 Subject: [PATCH] Black Magic is not easy, fix dfacf4fd on x86_64 container. --- vps2arch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vps2arch b/vps2arch index f2be129..72252e0 100755 --- a/vps2arch +++ b/vps2arch @@ -96,7 +96,7 @@ install_packages() { local packages="base openssh" [ "$bootloader" != "none" ] && packages="$packages $bootloader" # Black magic! - "/root.$cpu_type/usr/lib/ld-linux.so."* --library-path "/root.$cpu_type/usr/lib" \ + "/root.$cpu_type/usr/lib"/ld-*.so --library-path "/root.$cpu_type/usr/lib" \ "/root.$cpu_type/usr/bin/chroot" "/root.$cpu_type" /usr/bin/pacstrap -M /mnt $packages cp -L "/root.$cpu_type/etc/resolv.conf" /etc }