From 9b9ce4388cbe41509ce351d13a89299864d02c65 Mon Sep 17 00:00:00 2001 From: binhex Date: Fri, 7 Jan 2022 10:40:27 +0000 Subject: [PATCH] remove strip as file removed --- build/root/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/root/install.sh b/build/root/install.sh index 20235c2..1c3a03b 100644 --- a/build/root/install.sh +++ b/build/root/install.sh @@ -58,8 +58,8 @@ source aur.sh # object file: No such file or directory.' when running this container on # hosts with older kernels (centos, mac os). alternative workaround to this # is for the user to upgrade the kernel on their host. -pacman -S binutils --needed --noconfirm -strip --remove-section=.note.ABI-tag /usr/lib64/libQt5Core.so.5 +#pacman -S binutils --needed --noconfirm +#strip --remove-section=.note.ABI-tag /usr/lib64/libQt5Core.so.5 # container perms ####