diff --git a/helpers/DATA/debian-installer/chmod_755_ld-linux2.patch b/helpers/DATA/debian-installer/chmod_755_ld-linux2.patch index 7d226adbcc94829ef8fc3166ea21e06e9d2a35ff..d1f7ed7f8a18b27db27f4e8917c24f3ecb82a000 100644 --- a/helpers/DATA/debian-installer/chmod_755_ld-linux2.patch +++ b/helpers/DATA/debian-installer/chmod_755_ld-linux2.patch @@ -7,7 +7,7 @@ index c073a32..cace03d 100644 ifeq ($(DEB_HOST_ARCH_OS),linux) ifdef KERNELVERSION +ifneq ($(DEB_HOST_ARCH),ppc64el) -+ chmod 755 $(TREE)/lib/$(DEB_HOST_MULTIARCH)/ld-linux* ++ find $(TREE)/lib/$(DEB_HOST_MULTIARCH)/ -name "ld-linux*" | xargs -r chmod 755 +endif +ifeq ($(DEB_HOST_ARCH),ppc64el) + chmod 755 $(TREE)/lib/$(DEB_HOST_MULTIARCH)/ld*.so*